Skip to content

Commit 5815eee

Browse files
committed
Next development version: 2024.0.0-SNAPSHOT
1 parent 7a36db2 commit 5815eee

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

grace-bootstrap/src/test/groovy/grails/util/GrailsUtilTests.java

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
/* Copyright 2004-2023 the original author or authors.
1+
/*
2+
* Copyright 2004-2025 the original author or authors.
23
*
34
* Licensed under the Apache License, Version 2.0 (the "License");
45
* you may not use this file except in compliance with the License.
@@ -29,7 +30,7 @@ public class GrailsUtilTests {
2930

3031
@Test
3132
public void testGrailsVersion() {
32-
assertEquals("2023.3.1-SNAPSHOT", GrailsUtil.getGrailsVersion());
33+
assertEquals("2024.0.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
3334
}
3435

3536
@AfterEach

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
projectVersion=2023.3.1-SNAPSHOT
1+
projectVersion=2024.0.0-SNAPSHOT
22
gradleNexusPublishPluginVersion=2.0.0
33
gradleSdkVendorVersion=3.0.0
44
gradleTestRetryPlugin=1.6.0

0 commit comments

Comments
 (0)