Skip to content

Commit

Permalink
updated version to 0.4.1
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/grails/trunk@3089 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
  • Loading branch information
graeme committed Feb 9, 2007
1 parent a0aa928 commit 865b976
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
grails.version=0.5-SNAPSHOT
grails.version=0.4.1
grails.src.commons=src/commons
grails.src.groovy=src/groovy

Expand Down
2 changes: 1 addition & 1 deletion test/groovy/grails/util/GrailsUtilTests.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ class GrailsUtilTests extends GroovyTestCase {
void testGrailsVersion() {


assertEquals "0.5-SNAPSHOT", grails.util.GrailsUtil.getGrailsVersion()
assertEquals "0.4.1", grails.util.GrailsUtil.getGrailsVersion()
}

}

0 comments on commit 865b976

Please sign in to comment.