From 2fe16df4d26e3ebbf5176934c4cc8a82a32f397e Mon Sep 17 00:00:00 2001 From: Patrick Kenneally Date: Tue, 6 Sep 2022 10:05:30 -0700 Subject: [PATCH] Increment version to 0.13.0 --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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