Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Commit

Permalink
bump version to v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i582 committed Feb 22, 2022
1 parent e605f49 commit d554fc1
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
@@ -1,7 +1,7 @@
NOW=`date '+%Y.%m.%d %H:%M:%S'`
OS=`uname -n -m`
AFTER_COMMIT=`git rev-parse HEAD`
VERSION=0.5.0
VERSION=0.6.0

release:
go run ./_script/release.go -build-version="$(VERSION)" -build-time="$(NOW)" -build-uname="$(OS)" -build-commit="$(AFTER_COMMIT)"
Expand Down

0 comments on commit d554fc1

Please sign in to comment.