From cf2de5681a7f91bd290bf370b423115fdb7d61ff Mon Sep 17 00:00:00 2001 From: Patrick Kenneally Date: Wed, 15 Jun 2022 11:05:25 -0700 Subject: [PATCH] Increment version from 0.11.3 to 0.12.0 --- deployment/postgres-init-db/data/ui/views/example_0.json | 2 +- deployment/postgres-init-db/data/ui/views/example_1.json | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deployment/postgres-init-db/data/ui/views/example_0.json b/deployment/postgres-init-db/data/ui/views/example_0.json index 91ab86571f..91609894b6 100644 --- a/deployment/postgres-init-db/data/ui/views/example_0.json +++ b/deployment/postgres-init-db/data/ui/views/example_0.json @@ -4,7 +4,7 @@ "owner": "system", "timeCreated": 1615235211527, "timeUpdated": 1615235211527, - "version": "0.11.3" + "version": "0.12.0" }, "name": "Banananation", "plan": { diff --git a/deployment/postgres-init-db/data/ui/views/example_1.json b/deployment/postgres-init-db/data/ui/views/example_1.json index 70ccd2996f..b11807ab71 100644 --- a/deployment/postgres-init-db/data/ui/views/example_1.json +++ b/deployment/postgres-init-db/data/ui/views/example_1.json @@ -4,7 +4,7 @@ "owner": "system", "timeCreated": 1615235194748, "timeUpdated": 1615235194748, - "version": "0.11.3" + "version": "0.12.0" }, "name": "InSight", "plan": { diff --git a/gradle.properties b/gradle.properties index bbe3abe449..dfa48f00c7 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.11.3 +version.number=0.12.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