Skip to content

Commit

Permalink
Merge pull request #97 from leakingtapan/makefile
Browse files Browse the repository at this point in the history
Update version
  • Loading branch information
Cheng Pan authored Oct 17, 2019
2 parents dca43c9 + d1267bb commit 19b173e
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 @@ -15,7 +15,7 @@

PKG=github.com/kubernetes-sigs/aws-efs-csi-driver
IMAGE?=amazon/aws-efs-csi-driver
VERSION=0.3.0-dirty
VERSION=v0.3.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}"
Expand Down

0 comments on commit 19b173e

Please sign in to comment.