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 7236552 commit 380df52Copy full SHA for 380df52
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=6.1.0-SNAPSHOT
+projectVersion=6.1.0
2
antVersion=1.10.14
3
aspectjVersion=1.9.20.1
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("6.1.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("6.1.0", GrailsUtil.getGrailsVersion());
33
}
34
35
@AfterEach
0 commit comments