Skip to content

Commit

Permalink
Release v2023.3.0-M1
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 18, 2025
1 parent 1145c9b commit aa7c121
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* Copyright 2004-2023 the original author or authors.
/* Copyright 2004-2025 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.
Expand Down Expand Up @@ -29,7 +29,7 @@ public class GrailsUtilTests {

@Test
public void testGrailsVersion() {
assertEquals("2023.3.0-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2023.3.0-M1", GrailsUtil.getGrailsVersion());
}

@AfterEach
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=2023.3.0-SNAPSHOT
projectVersion=2023.3.0-M1
gradleNexusPublishPluginVersion=2.0.0
gradleSdkVendorVersion=3.0.0
gradleTestRetryPlugin=1.6.0
Expand Down

0 comments on commit aa7c121

Please sign in to comment.