This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch merge-back-7.0.5
in repository https://gitbox.apache.org/repos/asf/grails-core.git

commit f77dfba69474bf3fd38245e710b8bab4029313b9
Author: James Fredley <[email protected]>
AuthorDate: Mon Jan 12 18:16:46 2026 +0000

    [skip ci] Bump version to 7.0.6-SNAPSHOT
---
 gradle.properties                                            | 2 +-
 grails-core/src/test/groovy/grails/util/GrailsUtilTests.java | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/gradle.properties b/gradle.properties
index dafcacc1fe..54be24387c 100644
--- a/gradle.properties
+++ b/gradle.properties
@@ -13,7 +13,7 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
-projectVersion=7.0.5
+projectVersion=7.0.6-SNAPSHOT
 
 javaVersion=17
 
diff --git a/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java 
b/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
index 8770ced36c..9036b768e5 100644
--- a/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
+++ b/grails-core/src/test/groovy/grails/util/GrailsUtilTests.java
@@ -33,7 +33,7 @@ public class GrailsUtilTests {
 
     @Test
     public void testGrailsVersion() {
-        assertEquals("7.0.5", GrailsUtil.getGrailsVersion());
+        assertEquals("7.0.6-SNAPSHOT", GrailsUtil.getGrailsVersion());
     }
 
     @AfterEach

Reply via email to