Skip to content

Commit

Permalink
update version to 2.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Feb 14, 2014
1 parent 07b069f commit 8871440
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -18,7 +18,7 @@ ext.providedDeps = []

ext.provided = { providedDeps << it }
ext {
grailsVersion = '2.3.6.BUILD-SNAPSHOT'
grailsVersion = '2.3.6'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
antTraxVersion = "1.7.1"
antVersion = "1.8.4"
Expand Down
2 changes: 1 addition & 1 deletion build.properties
@@ -1,2 +1,2 @@
grails.version=2.3.6.BUILD-SNAPSHOT
grails.version=2.3.6

Expand Up @@ -35,7 +35,7 @@
public class GrailsUtilTests extends TestCase {

public void testGrailsVersion() {
assertEquals("2.3.6.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2.3.6", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 8871440

Please sign in to comment.