Skip to content

Commit 36f8d1e

Browse files
committed
Back to 4.1.4-SNAPSHOT
1 parent 46bd1e8 commit 36f8d1e

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
1+
projectVersion=4.1.4-SNAPSHOT
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", GrailsUtil.getGrailsVersion());
28+
assertEquals("4.1.4-SNAPSHOT", GrailsUtil.getGrailsVersion());
2929
}
3030

3131
@Override

0 commit comments

Comments
 (0)