Skip to content

Commit f164ed3

Browse files
committed
Release Grails 3.2.6
1 parent 763e9ed commit f164ed3

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ apply plugin: 'idea'
2222
ext {
2323
bintrayPublish = false
2424
// Sets release version
25-
grailsVersion = '3.2.6.BUILD-SNAPSHOT'
26-
// grailsVersion = '3.2.5'
25+
// grailsVersion = '3.2.7.BUILD-SNAPSHOT'
26+
grailsVersion = '3.2.6'
2727
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
2828
isTravisBuild = System.getenv().get("TRAVIS") == 'true'
2929

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class GrailsUtilTests extends TestCase {
2626

2727
public void testGrailsVersion() {
28-
assertEquals("3.2.6.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
28+
assertEquals("3.2.6", GrailsUtil.getGrailsVersion());
2929
}
3030

3131
@Override

0 commit comments

Comments
 (0)