We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0b50d3 commit 914353cCopy full SHA for 914353c
gradle.properties
@@ -13,7 +13,7 @@
13
# See the License for the specific language governing permissions and
14
# limitations under the License.
15
16
-projectVersion=7.0.0-SNAPSHOT
+projectVersion=7.0.0-RC2
17
18
javaVersion=17
19
grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -33,7 +33,7 @@ public class GrailsUtilTests {
33
34
@Test
35
public void testGrailsVersion() {
36
- assertEquals("7.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("7.0.0-RC2", GrailsUtil.getGrailsVersion());
37
}
38
39
@AfterEach
0 commit comments