Skip to content

Commit a5254f0

Browse files
author
graeme
committed
amended version to 0.6
git-svn-id: https://svn.codehaus.org/grails/trunk@5358 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
1 parent 9318c9b commit a5254f0

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.6-RC1
1+
grails.version=0.6
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.6-RC1", grails.util.GrailsUtil.getGrailsVersion()
11+
assertEquals "0.6", grails.util.GrailsUtil.getGrailsVersion()
1212
}
1313

1414
}

0 commit comments

Comments
 (0)