diff --git a/Makefile b/Makefile index 471544dd1..2754a2cd7 100644 --- a/Makefile +++ b/Makefile @@ -49,7 +49,7 @@ endif CURRENT_DIR=$(shell pwd) -VERSION=v1.0.2 +VERSION=v1.0.3 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 0f6b3f534..412c1c66d 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: 1.0.2 +version: 1.0.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application.