Skip to content

Commit

Permalink
Release v4.1.0.M5
Browse files Browse the repository at this point in the history
  • Loading branch information
puneetbehl committed Jan 21, 2021
1 parent abd85ec commit 4882c47
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=4.1.0.BUILD-SNAPSHOT
projectVersion=4.1.0.M5
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("4.1.0.BUILD-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("4.1.0.M5", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit 4882c47

Please sign in to comment.