Skip to content

Commit

Permalink
Release v5.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Sep 14, 2022
1 parent 4f258f6 commit 05540b4
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=5.2.4-SNAPSHOT
projectVersion=5.2.4

This comment has been minimized.

Copy link
@darxriggs

darxriggs Sep 14, 2022

Contributor

@puneetbehl Was this properly published to the Maven repositories?
Currently 5.2.3 is the latest "release" version available there (see repo.grails.org).

antVersion=1.10.12
aspectjVersion=1.9.9.1
asyncVersion=4.0.0
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class GrailsUtilTests {

@Test
public void testGrailsVersion() {
assertEquals("5.2.4-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("5.2.4", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit 05540b4

Please sign in to comment.