Skip to content

Commit

Permalink
Remove SNAPSHOT from Build Number
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Reitz committed Feb 19, 2019
1 parent eb9264b commit 922192f
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 @@ -35,7 +35,7 @@ apply plugin: 'com.gradle.build-scan'
apply from: "$rootDir/gradle/idea/idea.gradle"

allprojects {
version = '2.0.1-SNAPSHOT'
version = '2.0.1'
group = 'org.codehaus.groovy'

apply plugin: 'com.github.ben-manes.versions'
Expand Down

0 comments on commit 922192f

Please sign in to comment.