Skip to content

Commit

Permalink
Back to 4.0.14-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Nov 23, 2021
1 parent 47ef785 commit 8d1f769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=4.0.13
projectVersion=4.0.14-SNAPSHOT
commonsLangVersion=2.6
springBootVersion=2.1.18.RELEASE
springVersion=5.1.20.RELEASE
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("4.0.13", GrailsUtil.getGrailsVersion());
assertEquals("4.0.14-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit 8d1f769

Please sign in to comment.