Skip to content

Commit a1e5c06

Browse files
committedDec 7, 2023
Release v3.3.17
1 parent 101209a commit a1e5c06

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=3.3.17.BUILD-SNAPSHOT
1+
projectVersion=3.3.17
22
commonsLangVersion=2.6
33
commonsCliVersion=1.2
44
commonsIOVersion=2.2

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

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

3131
@Override

0 commit comments

Comments
 (0)
Please sign in to comment.