diff --git a/gradle.properties b/gradle.properties index 09f960ded7b..3345cf78b46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # the version that is planned to be released next, snapshot versions for the 'main' branch are based on this -nextPlannedVersion=0.11.0 +nextPlannedVersion=0.12.0 #dokka will run out of memory with the default meta space org.gradle.jvmargs=-XX:MaxMetaspaceSize=1024m