From 852607d2fb98322d552789b8ef1679018c1d8444 Mon Sep 17 00:00:00 2001 From: Martin Hrabovcin Date: Tue, 17 Sep 2024 13:26:47 +0200 Subject: [PATCH] fix: bump kaas 0.2.3 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 629ec6f..72cb8ed 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.2 +KONVOY_ASYNC_AUTH_VERSION ?= v0.2.3 all: build