Skip to content

Commit

Permalink
Merge pull request #503 from jngo2/release-0.5
Browse files Browse the repository at this point in the history
Bump Version in Makefile
  • Loading branch information
k8s-ci-robot committed Oct 27, 2022
2 parents 3e81377 + a71e6df commit cb6699f
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.9
VERSION ?= v0.5.10
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
GOPROXY ?= $(shell go env GOPROXY)
Expand Down

0 comments on commit cb6699f

Please sign in to comment.