Skip to content

Commit

Permalink
Update fluid version to 0.8.5, To #43000843 (#2623)
Browse files Browse the repository at this point in the history
Signed-off-by: cheyang <cheyang@163.com>
  • Loading branch information
cheyang committed Feb 18, 2023
1 parent bdc478f commit d8a8bba
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 @@ -35,7 +35,7 @@ else
endif

CURRENT_DIR=$(shell pwd)
VERSION=v0.8.4
VERSION=v0.8.5
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.8.4
version: 0.8.5

# 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 d8a8bba

Please sign in to comment.