Skip to content

Commit

Permalink
Merge pull request #52 from mesosphere/mh/bump-kaas-023
Browse files Browse the repository at this point in the history
fix: bump kaas 0.2.3
  • Loading branch information
mhrabovcin authored Sep 17, 2024
2 parents 2b22054 + 852607d commit a66cd0f
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 @@ -15,7 +15,7 @@ GIT_CURRENT_BRANCH := $(shell git rev-parse --abbrev-ref HEAD)
GITHUB_ORG := $(shell gh repo view --jq '.owner.login' --json owner)
GITHUB_REPOSITORY := $(shell gh repo view --jq '.name' --json name)

KONVOY_ASYNC_AUTH_VERSION ?= v0.2.2
KONVOY_ASYNC_AUTH_VERSION ?= v0.2.3

all: build

Expand Down

0 comments on commit a66cd0f

Please sign in to comment.