Skip to content

Commit e40c6cb

Browse files
author
graeme
committed
0.4.2 version updates
git-svn-id: https://svn.codehaus.org/grails/trunk@3182 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent aad689e commit e40c6cb

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,4 +1,4 @@
1-
grails.version=0.5-SNAPSHOT
1+
grails.version=0.4.2
22
grails.src.commons=src/commons
33
grails.src.groovy=src/groovy
44

test/groovy/grails/util/GrailsUtilTests.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ class GrailsUtilTests extends GroovyTestCase {
88
void testGrailsVersion() {
99

1010

11-
assertEquals "0.5-SNAPSHOT", grails.util.GrailsUtil.getGrailsVersion()
11+
assertEquals "0.4.2", grails.util.GrailsUtil.getGrailsVersion()
1212
}
1313

1414
}

0 commit comments

Comments
 (0)