Skip to content

Commit 72aad34

Browse files
committed
[skip ci] Release v6.2.2
1 parent 7331fdf commit 72aad34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=6.2.2-SNAPSHOT
1+
projectVersion=6.2.2
22
antVersion=1.10.15
33
aspectjVersion=1.9.22.1
44
asyncVersion=5.0.2

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

Lines changed: 1 addition & 1 deletion
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.2.2-SNAPSHOT", GrailsUtil.getGrailsVersion());
32+
assertEquals("6.2.2", GrailsUtil.getGrailsVersion());
3333
}
3434

3535
@AfterEach

0 commit comments

Comments
 (0)