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 Aug 28, 2017
1 parent dfdab5a commit be35129
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 @@ -24,7 +24,7 @@ tasks.withType(GroovyCompile) { options.encoding = 'UTF-8' }

group = 'com.blackducksoftware.integration'

version = '1.0.0'
version = '1.0.1'

def versionFile = new File("${projectDir}/src/main/resources/version.txt")
versionFile.delete()
Expand Down

0 comments on commit be35129

Please sign in to comment.