Skip to content

Commit 725e389

Browse files
committed
Update GrailsUtilTests.java
1 parent 6eb1868 commit 725e389

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

3131
@Override

0 commit comments

Comments
 (0)