Skip to content

Commit

Permalink
Merge 53e3564 into 8f0b542
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng Pan committed Oct 17, 2019
2 parents 8f0b542 + 53e3564 commit 8fa5bb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
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 8fa5bb0

Please sign in to comment.