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.
2 parents 7f9a2c0 + a795fe4 commit 0d7ab7dCopy full SHA for 0d7ab7d
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.1-SNAPSHOT
+projectVersion=7.0.2-SNAPSHOT
17
18
javaVersion=17
19
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.1-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("7.0.2-SNAPSHOT", GrailsUtil.getGrailsVersion());
37
}
38
39
@AfterEach
0 commit comments