Skip to content

Commit 24c6c08

Browse files
Graeme RocherGraeme Rocher
authored andcommitted
Release 3.0.0.M1
1 parent cbfdc23 commit 24c6c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

grails-test-suite-uber/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class GrailsUtilTests extends TestCase {
3636

3737
public void testGrailsVersion() {
38-
assertEquals("3.0.0.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
38+
assertEquals("3.0.0.M1", GrailsUtil.getGrailsVersion());
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)