diff --git a/Makefile b/Makefile index 920422e..77884d9 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ include .account export REPO = ghcr.io/pixelaw/core -CORE_VERSION = 0.1.15 +CORE_VERSION = 0.1.16 KEIKO_VERSION = v0.1.5 diff --git a/VERSION b/VERSION index c34958a..e8e277f 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.15 +0.1.16 diff --git a/deployment/demo/Chart.yaml b/deployment/demo/Chart.yaml index d9e12d1..ad0a9b8 100644 --- a/deployment/demo/Chart.yaml +++ b/deployment/demo/Chart.yaml @@ -21,4 +21,4 @@ version: "0.0.45" # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.15" +appVersion: "0.1.16" diff --git a/deployment/test/Chart.yaml b/deployment/test/Chart.yaml index 9e4b07a..09692c9 100644 --- a/deployment/test/Chart.yaml +++ b/deployment/test/Chart.yaml @@ -21,4 +21,4 @@ version: "0.0.45" # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.15" +appVersion: "0.1.16"