Skip to content

Commit

Permalink
Release v2022.1.5
Browse files Browse the repository at this point in the history
rainboyan committed Mar 19, 2024
1 parent 8c48988 commit 9ffc234
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ public class GrailsUtilTests {

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

@AfterEach
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
projectVersion=2022.1.5-SNAPSHOT
projectVersion=2022.1.5
gradleExtraConfigurationsPluginVersion=7.0.0
gradleNexusPublishPluginVersion=1.1.0
gradleSdkVendorVersion=3.0.0

0 comments on commit 9ffc234

Please sign in to comment.