Skip to content

Commit 1209cfe

Browse files
committed
Bump version in Makefile
1 parent 029d1dc commit 1209cfe

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.6
6+
VERSION ?= v0.5.9
77
GOOS ?= $(shell go env GOOS)
88
GOARCH ?= $(shell go env GOARCH)
99
GOPROXY ?= $(shell go env GOPROXY)

0 commit comments

Comments
 (0)