Skip to content

Commit 922192f

Browse files
author
Andrew Reitz
committed
Remove SNAPSHOT from Build Number
1 parent eb9264b commit 922192f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ apply plugin: 'com.gradle.build-scan'
3535
apply from: "$rootDir/gradle/idea/idea.gradle"
3636

3737
allprojects {
38-
version = '2.0.1-SNAPSHOT'
38+
version = '2.0.1'
3939
group = 'org.codehaus.groovy'
4040

4141
apply plugin: 'com.github.ben-manes.versions'

0 commit comments

Comments
 (0)