diff --git a/grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java b/grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java index 00021b9fa8..65704a7bbe 100644 --- a/grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java +++ b/grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java @@ -1,4 +1,4 @@ -/* Copyright 2004-2023 the original author or authors. +/* Copyright 2004-2024 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -29,7 +29,7 @@ public class GrailsUtilTests { @Test public void testGrailsVersion() { - assertEquals("2023.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion()); + assertEquals("2023.0.0-RC2", GrailsUtil.getGrailsVersion()); } @AfterEach diff --git a/gradle.properties b/gradle.properties index b43273f0ca..5282f268bc 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -projectVersion=2023.0.0-SNAPSHOT +projectVersion=2023.0.0-RC2 gradleExtraConfigurationsPluginVersion=9.0.0 gradleNexusPublishPluginVersion=1.3.0 gradleSdkVendorVersion=3.0.0