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 cde8e65 commit bb88eccCopy full SHA for bb88ecc
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=5.1.6-SNAPSHOT
+projectVersion=5.1.6
2
antVersion=1.10.12
3
aspectjVersion=1.9.8
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.6-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("5.1.6", GrailsUtil.getGrailsVersion());
33
}
34
35
@AfterEach
0 commit comments