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 6c009a0 + 15a6e4a commit a9ac7d4Copy full SHA for a9ac7d4
2 files changed
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.10-SNAPSHOT
+projectVersion=7.0.11-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.10-SNAPSHOT", GrailsUtil.getGrailsVersion());
+ assertEquals("7.0.11-SNAPSHOT", GrailsUtil.getGrailsVersion());
37
}
38
39
@AfterEach
0 commit comments