Skip to content

Commit 46bd1e8

Browse files
committed
[skip ci] Release v4.1.3
1 parent 46785f4 commit 46bd1e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=4.1.3-SNAPSHOT
1+
projectVersion=4.1.3
22
commonsLangVersion=2.6
33
springBootVersion=2.2.13.RELEASE
44
springVersion=5.2.21.RELEASE

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
public class GrailsUtilTests extends TestCase {
2626

2727
public void testGrailsVersion() {
28-
assertEquals("4.1.3-SNAPSHOT", GrailsUtil.getGrailsVersion());
28+
assertEquals("4.1.3", GrailsUtil.getGrailsVersion());
2929
}
3030

3131
@Override

0 commit comments

Comments
 (0)