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 ed773a0 commit 03944f1Copy full SHA for 03944f1
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=6.2.1-SNAPSHOT
+projectVersion=6.2.1
2
antVersion=1.10.14
3
aspectjVersion=1.9.22
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.1-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("6.2.1", GrailsUtil.getGrailsVersion());
33
}
34
35
@AfterEach
0 commit comments