Skip to content

Commit fe79113

Browse files
authored
Prepare for v1.0.5, To #61472237 (#4464)
Signed-off-by: cheyang <cheyang@163.com>
1 parent 09c834a commit fe79113

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
@@ -1,5 +1,5 @@
11
# Version and Git information
2-
VERSION := v1.0.4
2+
VERSION := v1.0.5
33
BUILD_DATE := $(shell date -u +'%Y-%m-%d_%H:%M:%S')
44
GIT_COMMIT := $(shell git rev-parse HEAD)
55
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.4
17+
version: 1.0.5
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)