Skip to content

Commit cb6699f

Browse files
authored
Merge pull request #503 from jngo2/release-0.5
Bump Version in Makefile
2 parents 3e81377 + a71e6df commit cb6699f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default: bin/aws-iam-authenticator
33
PKG ?= sigs.k8s.io/aws-iam-authenticator
44
GORELEASER := $(shell command -v goreleaser 2> /dev/null)
55

6-
VERSION ?= v0.5.9
6+
VERSION ?= v0.5.10
77
GOOS ?= $(shell go env GOOS)
88
GOARCH ?= $(shell go env GOARCH)
99
GOPROXY ?= $(shell go env GOPROXY)

0 commit comments

Comments
 (0)