Skip to content

Commit

Permalink
Merge pull request #792 from hzxuzhonghu/release-0.4
Browse files Browse the repository at this point in the history
update version
  • Loading branch information
kmesh-bot authored Aug 29, 2024
2 parents bd72375 + 24afb0a commit e57671f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

VERSION ?= v0.4.0
VERSION ?= v0.4.1
GIT_COMMIT_HASH ?= $(shell git rev-parse HEAD)
GIT_TREESTATE=$(shell if [ -n "$(git status --porcelain)" ]; then echo "dirty"; else echo "clean"; fi)
BUILD_DATE = $(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
Expand Down

0 comments on commit e57671f

Please sign in to comment.