Skip to content

Commit d579746

Browse files
authored
Update VERSION variable in Makefile to v0.2.3 (#99)
Description of changes: - Update `ack-generate` version in Makefile By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent a42b4a1 commit d579746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ GO111MODULE=on
66
AWS_SERVICE=$(shell echo $(SERVICE) | tr '[:upper:]' '[:lower:]')
77

88
# Build ldflags
9-
VERSION ?= "v0.0.0"
9+
VERSION ?= "v0.2.3"
1010
GITCOMMIT=$(shell git rev-parse HEAD)
1111
BUILDDATE=$(shell date -u +'%Y-%m-%dT%H:%M:%SZ')
1212
IMPORT_PATH=github.com/aws-controllers-k8s/code-generator

0 commit comments

Comments
 (0)