Skip to content

Commit

Permalink
Back to 5.0.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Nov 3, 2021
1 parent 86cac74 commit 42d6aaf
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
Expand Up @@ -31,7 +31,7 @@ micronautSpringVersion=4.0.0
micronautVersion=3.0.3
mongodbJavaDriverVersion=4.3.2
objenesisVersion=3.2
projectVersion=5.0.1
projectVersion=5.0.2-SNAPSHOT
scaffoldingCoreVersion=2.1.0
servletApiVersion=4.0.1
slf4jVersion=1.7.32
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.0.1", GrailsUtil.getGrailsVersion());
assertEquals("5.0.2-SNAPSHOT", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit 42d6aaf

Please sign in to comment.