Skip to content

Commit b7e8a6b

Browse files
committed
Release 3.0.10
1 parent 96c7963 commit b7e8a6b

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
@@ -21,7 +21,7 @@ apply plugin: 'idea'
2121
ext {
2222
bintrayPublish = false
2323
// Sets release version
24-
grailsVersion = '3.0.10.BUILD-SNAPSHOT'
24+
grailsVersion = '3.0.10'
2525
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2626
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2727

0 commit comments

Comments
 (0)