Skip to content

Commit 0481c70

Browse files
committed
Release v5.2.0
1 parent d9bd8e9 commit 0481c70

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=5.2.0-SNAPSHOT
1+
projectVersion=5.2.0
22
antVersion=1.10.12
33
aspectjVersion=1.9.9.1
44
asyncVersion=4.0.0

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("5.2.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
32+
assertEquals("5.2.0", GrailsUtil.getGrailsVersion());
3333
}
3434

3535
@AfterEach

0 commit comments

Comments
 (0)