We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b24fba5 commit 75fbaf8Copy full SHA for 75fbaf8
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=5.1.2-SNAPSHOT
+projectVersion=5.1.2
2
antVersion=1.10.12
3
aspectjVersion=1.9.7
4
asyncVersion=4.0.0
grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
29
30
@Test
31
public void testGrailsVersion() {
32
- assertEquals("5.1.2-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("5.1.2", GrailsUtil.getGrailsVersion());
33
}
34
35
@AfterEach
0 commit comments