Skip to content

Commit

Permalink
Next development version: 2022.1.8-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 29, 2023
1 parent 39ea752 commit f4aa81f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.7
projectVersion=2022.1.8-SNAPSHOT
gradleExtraConfigurationsPluginVersion=7.0.0
gradleNexusPublishPluginVersion=1.1.0
gradleSdkVendorVersion=1.2.1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class GrailsUtilTests {

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

@AfterEach
Expand Down

0 comments on commit f4aa81f

Please sign in to comment.