Skip to content

Commit

Permalink
Update to version v0.5.11 (#515)
Browse files Browse the repository at this point in the history
  • Loading branch information
nckturner committed Nov 19, 2022
1 parent e2f85e0 commit 8e851c2
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 @@ -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.10
VERSION ?= v0.5.11
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
GOPROXY ?= $(shell go env GOPROXY)
Expand Down

0 comments on commit 8e851c2

Please sign in to comment.