From 7863e642210373e91f4cd9c29a89e758925267c3 Mon Sep 17 00:00:00 2001 From: Martin Hrabovcin Date: Fri, 13 Sep 2024 16:12:51 +0200 Subject: [PATCH] chore: bump kaas 0.2.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e8678b7..e5aa668 100644 --- a/Makefile +++ b/Makefile @@ -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.0 +KONVOY_ASYNC_AUTH_VERSION ?= v0.2.1 all: build