Skip to content

Commit 282323b

Browse files
committed
Prepare 3.0.0.RC2 release
1 parent 315b4c8 commit 282323b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ apply plugin: 'idea'
1818

1919
ext {
2020
bintrayPublish = false
21-
grailsVersion = '3.0.0.BUILD-SNAPSHOT'
21+
grailsVersion = '3.0.0.RC2'
2222
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2323
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2424

0 commit comments

Comments
 (0)