Skip to content

Commit

Permalink
Back to 6.2.4-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jdaugherty committed Jan 3, 2025
1 parent cfcd4d9 commit 13617a4
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=6.2.3-SNAPSHOT
projectVersion=6.2.4-SNAPSHOT
antVersion=1.10.15
aspectjVersion=1.9.22.1
asyncVersion=5.0.2
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("6.2.3-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("6.2.4-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit 13617a4

Please sign in to comment.