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 46785f4 commit 46bd1e8Copy full SHA for 46bd1e8
gradle.properties
@@ -1,4 +1,4 @@
1
-projectVersion=4.1.3-SNAPSHOT
+projectVersion=4.1.3
2
commonsLangVersion=2.6
3
springBootVersion=2.2.13.RELEASE
4
springVersion=5.2.21.RELEASE
grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -25,7 +25,7 @@
25
public class GrailsUtilTests extends TestCase {
26
27
public void testGrailsVersion() {
28
- assertEquals("4.1.3-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("4.1.3", GrailsUtil.getGrailsVersion());
29
}
30
31
@Override
0 commit comments