Skip to content

Commit

Permalink
Release Grails 3.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
graemerocher committed Nov 10, 2016
1 parent eda5459 commit 3f431c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ apply plugin: 'idea'
ext {
bintrayPublish = false
// Sets release version
grailsVersion = '3.2.3.BUILD-SNAPSHOT'
grailsVersion = '3.2.3'
isBuildSnapshot = grailsVersion.endsWith(".BUILD-SNAPSHOT")
isTravisBuild = System.getenv().get("TRAVIS") == 'true'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
public class GrailsUtilTests extends TestCase {

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

@Override
Expand Down

0 comments on commit 3f431c8

Please sign in to comment.