Skip to content

Commit a0c41fc

Browse files
committed
Release v5.0.0.RC1
1 parent 1c76729 commit a0c41fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ micronautRuntimeGroovyVersion=2.2.0
2929
micronautSpringVersion=3.1.1
3030
micronautVersion=2.5.11
3131
objenesisVersion=3.2
32-
projectVersion=5.0.0-SNAPSHOT
32+
projectVersion=5.0.0.RC1
3333
scaffoldingCoreVersion=2.1.0
3434
servletApiVersion=4.0.1
3535
slf4jVersion=1.7.32

grails-core/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ public class GrailsUtilTests {
2929

3030
@Test
3131
public void testGrailsVersion() {
32-
assertEquals("5.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
32+
assertEquals("5.0.0.RC1", GrailsUtil.getGrailsVersion());
3333
}
3434

3535
@AfterEach

0 commit comments

Comments
 (0)