Skip to content

Commit f0d1187

Browse files
committed
Release Grails 3.2.5
1 parent 61b7c16 commit f0d1187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.5.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
28+
assertEquals("3.2.5", GrailsUtil.getGrailsVersion());
2929
}
3030

3131
@Override

0 commit comments

Comments
 (0)