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 3e7c431 commit b79299fCopy full SHA for b79299f
grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
29
30
@Test
31
public void testGrailsVersion() {
32
- assertEquals("2023.2.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("2023.2.0", GrailsUtil.getGrailsVersion());
33
}
34
35
@AfterEach
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=2023.2.0-SNAPSHOT
+projectVersion=2023.2.0
2
gradleNexusPublishPluginVersion=2.0.0
3
gradleSdkVendorVersion=3.0.0
4
gradleTestRetryPlugin=1.6.0
0 commit comments