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 18, 2017
1 parent 94ee040 commit 8f4e5fe
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.1-SNAPSHOT'
version = '1.1.1'

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

0 comments on commit 8f4e5fe

Please sign in to comment.