Skip to content

Commit

Permalink
Release v5.0.0.M1
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 27, 2021
1 parent 44093b6 commit 0a433a5
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 @@ -29,7 +29,7 @@ micronautRuntimeGroovyVersion=2.2.0
micronautSpringVersion=3.0.0
micronautVersion=2.2.1
objenesisVersion=1.4
projectVersion=5.0.0-SNAPSHOT
projectVersion=5.0.0.M1
scaffoldingCoreVersion=2.1.0
servletApiVersion=4.0.1
slf4jVersion=1.7.30
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.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("5.0.0.M1", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit 0a433a5

Please sign in to comment.