Skip to content

Commit

Permalink
Merge pull request #392 from leakingtapan/makefile
Browse files Browse the repository at this point in the history
Update version string
  • Loading branch information
Cheng Pan authored Oct 31, 2019
2 parents a76801e + 46be738 commit fb9abce
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 @@ -14,7 +14,7 @@

PKG=github.com/kubernetes-sigs/aws-ebs-csi-driver
IMAGE?=amazon/aws-ebs-csi-driver
VERSION=0.5.0-dirty
VERSION=v0.5.0-dirty
GIT_COMMIT?=$(shell git rev-parse HEAD)
BUILD_DATE?=$(shell date -u +"%Y-%m-%dT%H:%M:%SZ")
LDFLAGS?="-X ${PKG}/pkg/driver.driverVersion=${VERSION} -X ${PKG}/pkg/driver.gitCommit=${GIT_COMMIT} -X ${PKG}/pkg/driver.buildDate=${BUILD_DATE} -s -w"
Expand Down

0 comments on commit fb9abce

Please sign in to comment.