Skip to content

Commit 016b78b

Browse files
authored
Prepare 1.0.1, To #55315018 (#3886)
Signed-off-by: cheyang <cheyang@163.com>
1 parent b106093 commit 016b78b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ else
3838
endif
3939

4040
CURRENT_DIR=$(shell pwd)
41-
VERSION=v1.0.0
41+
VERSION=v1.0.1
4242
BUILD_DATE=$(shell date -u +'%Y-%m-%d_%H:%M:%S')
4343
GIT_COMMIT=$(shell git rev-parse HEAD)
4444
GIT_TAG=$(shell if [ -z "`git status --porcelain`" ]; then git describe --exact-match --tags HEAD 2>/dev/null; fi)

charts/fluid/fluid/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type: application
1414

1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
17-
version: 1.0.0
17+
version: 1.0.1
1818

1919
# This is the version number of the application being deployed. This version number should be
2020
# incremented each time you make changes to the application.

0 commit comments

Comments
 (0)