Skip to content

Commit

Permalink
[skip ci] Release v7.0.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
grails-build committed Dec 23, 2024
1 parent 6b4c4e7 commit db36f50
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=7.0.0-SNAPSHOT
projectVersion=7.0.0-M1

apacheMavenVersion=3.9.9
apacheMavenResolverVersion=1.9.22
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("7.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("7.0.0-M1", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down

0 comments on commit db36f50

Please sign in to comment.