Skip to content
This repository has been archived by the owner on Jan 5, 2021. It is now read-only.

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
Ari Kamen authored Sep 15, 2017
1 parent c90ee92 commit 3970380
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' }
group = 'com.blackducksoftware.integration'

// Detect version
version = '1.1.0-SNAPSHOT'
version = '1.1.0'

// Human's must change this here and in DetectProperties for every update
final String gradleInspectorVersion = '0.2.2'
Expand Down

0 comments on commit 3970380

Please sign in to comment.