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 cfcd4d9 commit 36864abCopy full SHA for 36864ab
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=6.2.3-SNAPSHOT
+projectVersion=6.2.3
2
antVersion=1.10.15
3
aspectjVersion=1.9.22.1
4
asyncVersion=5.0.2
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("6.2.3-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("6.2.3", GrailsUtil.getGrailsVersion());
33
}
34
35
@AfterEach
0 commit comments