diff --git a/Makefile b/Makefile index 0590e03b49f..4839fc8b886 100644 --- a/Makefile +++ b/Makefile @@ -37,7 +37,7 @@ else endif CURRENT_DIR=$(shell pwd) -VERSION=v0.9.1 +VERSION=v0.9.2 BUILD_DATE=$(shell date -u +'%Y-%m-%d_%H:%M:%S') GIT_COMMIT=$(shell git rev-parse HEAD) GIT_TAG=$(shell if [ -z "`git status --porcelain`" ]; then git describe --exact-match --tags HEAD 2>/dev/null; fi) diff --git a/charts/fluid/fluid/Chart.yaml b/charts/fluid/fluid/Chart.yaml index 36150491ba5..7949f59ff9f 100644 --- a/charts/fluid/fluid/Chart.yaml +++ b/charts/fluid/fluid/Chart.yaml @@ -14,7 +14,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 0.9.1 +version: 0.9.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.