This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to annotated tag v7.0.6 in repository https://gitbox.apache.org/repos/asf/grails-core.git
commit f29cf34e78e6dd2ef764762b4920c32bebe4eac0 Author: James Daugherty <[email protected]> AuthorDate: Thu Jan 22 06:08:19 2026 +0000 [skip ci] Release v7.0.6 --- 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 54be24387c..17bfca0d8b 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.6-SNAPSHOT +projectVersion=7.0.6 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 9036b768e5..bb51d5a45f 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.6-SNAPSHOT", GrailsUtil.getGrailsVersion()); + assertEquals("7.0.6", GrailsUtil.getGrailsVersion()); } @AfterEach
