Skip to content

Commit

Permalink
Bumpup version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iychoi committed Oct 12, 2022
1 parent 7b64366 commit aea8784
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,5 +1,5 @@
PKG=github.com/cyverse/gocommands
VERSION=v0.2.11
VERSION=v0.3.0
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
LDFLAGS?="-X '${PKG}/commons.clientVersion=${VERSION}' -X '${PKG}/commons.gitCommit=${GIT_COMMIT}' -X '${PKG}/commons.buildDate=${BUILD_DATE}'"
Expand Down

0 comments on commit aea8784

Please sign in to comment.