Skip to content

Commit

Permalink
Release v2021.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jan 7, 2024
1 parent e82dbe2 commit c51c1d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public class GrailsUtilTests {

@Test
public void testGrailsVersion() {
assertEquals("2021.0.2-SNAPSHOT", GrailsUtil.getGrailsVersion());
assertEquals("2021.0.2", 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=2021.0.2-SNAPSHOT
projectVersion=2021.0.2
gradleExtraConfigurationsPluginVersion=7.0.0
gradleNexusPublishPluginVersion=1.1.0
gradleNexusStagingPluginVersion=0.12.0
Expand Down

0 comments on commit c51c1d4

Please sign in to comment.