Skip to content

Commit

Permalink
version numbers for 0.5.5
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.codehaus.org/grails/trunk@4638 1cfb16fd-6d17-0410-8ff1-b7e8e1e2867d
  • Loading branch information
graeme committed Jun 15, 2007
1 parent e3ed84e commit 04c56de
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.5-RC1
grails.version=0.5.5
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.5-RC1", grails.util.GrailsUtil.getGrailsVersion()
assertEquals "0.5.5", grails.util.GrailsUtil.getGrailsVersion()
}

}

0 comments on commit 04c56de

Please sign in to comment.