Skip to content

Commit 7c36ed6

Browse files
committed
Prepare 3.0.0.RC3 release
1 parent 187222d commit 7c36ed6

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
@@ -20,7 +20,7 @@ apply plugin: 'idea'
2020

2121
ext {
2222
bintrayPublish = false
23-
grailsVersion = '3.0.0.BUILD-SNAPSHOT'
23+
grailsVersion = '3.0.0.RC3'
2424
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2525
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2626

0 commit comments

Comments
 (0)