diff --git a/Makefile b/Makefile index 32d971fd3..436808d30 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ default: bin/aws-iam-authenticator PKG ?= sigs.k8s.io/aws-iam-authenticator GORELEASER := $(shell command -v goreleaser 2> /dev/null) -VERSION ?= v0.5.9 +VERSION ?= v0.5.10 GOOS ?= $(shell go env GOOS) GOARCH ?= $(shell go env GOARCH) GOPROXY ?= $(shell go env GOPROXY)