Skip to content

Commit

Permalink
Fix Makefile version
Browse files Browse the repository at this point in the history
* should be v0.5.5
  • Loading branch information
nckturner committed Mar 30, 2022
1 parent 47d90ec commit eb9f7a9
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.3
VERSION ?= v0.5.5
GOOS ?= $(shell go env GOOS)
GOARCH ?= $(shell go env GOARCH)
GOPROXY ?= $(shell go env GOPROXY)
Expand Down

0 comments on commit eb9f7a9

Please sign in to comment.