Skip to content

Commit

Permalink
[skip ci] Release v6.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 31, 2024
1 parent 7eaeeaf commit c28f827
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
@@ -1,4 +1,4 @@
projectVersion=6.1.2-SNAPSHOT
projectVersion=6.1.2
antVersion=1.10.14
aspectjVersion=1.9.21
asyncVersion=5.0.2
Expand Down
Expand Up @@ -29,7 +29,7 @@ public class GrailsUtilTests {

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

@AfterEach
Expand Down

0 comments on commit c28f827

Please sign in to comment.