diff --git a/gradle.properties b/gradle.properties index 79229b5062..68b7e9e136 100644 --- a/gradle.properties +++ b/gradle.properties @@ -7,7 +7,7 @@ publishing.passwordEnvironmentVariable=GITHUB_TOKEN # Override for releases # Change the version number here -version.number=0.12.3 +version.number=0.13.0 # If you are publishing a release *manually* (i.e. not through github actions), # override this on the command line with `./gradlew publish -Pversion.isRelease=true`. version.isRelease=false // override this on the command line