Skip to content

Commit f20d5f5

Browse files
committed
update version to 2.4.3
1 parent 3f56c61 commit f20d5f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
grails.version=2.4.3.BUILD-SNAPSHOT
1+
grails.version=2.4.3
22

grails-test-suite-uber/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
public class GrailsUtilTests extends TestCase {
3636

3737
public void testGrailsVersion() {
38-
assertEquals("2.4.3.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
38+
assertEquals("2.4.3", GrailsUtil.getGrailsVersion());
3939
}
4040

4141
@Override

0 commit comments

Comments
 (0)