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 77de103 commit 9f5c121Copy full SHA for 9f5c121
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-RC1
17
18
apacheMavenVersion=3.9.9
19
apacheMavenResolverVersion=1.9.22
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-RC1", GrailsUtil.getGrailsVersion());
37
}
38
39
@AfterEach
0 commit comments