Skip to content

Commit

Permalink
Release v3.3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Dec 7, 2023
1 parent 101209a commit a1e5c06
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=3.3.17.BUILD-SNAPSHOT
projectVersion=3.3.17
commonsLangVersion=2.6
commonsCliVersion=1.2
commonsIOVersion=2.2
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.3.17.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("3.3.17", GrailsUtil.getGrailsVersion());
}

@Override
Expand Down

0 comments on commit a1e5c06

Please sign in to comment.