Skip to content

Commit

Permalink
Prepare 0.9.2, To #50714625
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <cheyang@163.com>
  • Loading branch information
cheyang committed Aug 1, 2023
1 parent b5ee92a commit 3e858d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion charts/fluid/fluid/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 3e858d2

Please sign in to comment.