Skip to content

Commit 914353c

Browse files
committed
[skip ci] Release v7.0.0-RC2
1 parent e0b50d3 commit 914353c

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
@@ -13,7 +13,7 @@
1313
# See the License for the specific language governing permissions and
1414
# limitations under the License.
1515

16-
projectVersion=7.0.0-SNAPSHOT
16+
projectVersion=7.0.0-RC2
1717

1818
javaVersion=17
1919

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

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

3434
@Test
3535
public void testGrailsVersion() {
36-
assertEquals("7.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
36+
assertEquals("7.0.0-RC2", GrailsUtil.getGrailsVersion());
3737
}
3838

3939
@AfterEach

0 commit comments

Comments
 (0)