Skip to content

Commit d4ecf70

Browse files
committed
Update GrailsUtilTests.java
1 parent bc94a99 commit d4ecf70

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
2929

3030
@Test
3131
public void testGrailsVersion() {
32-
assertEquals("6.1.2-SNAPSHOT", GrailsUtil.getGrailsVersion());
32+
assertEquals("6.2.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
3333
}
3434

3535
@AfterEach

0 commit comments

Comments
 (0)