From 7dd6f5a3d6a23140770033b88b45aebe82d31cb9 Mon Sep 17 00:00:00 2001 From: Radu Matei Date: Mon, 21 Oct 2024 17:41:37 +0200 Subject: [PATCH] Update default version available notice Signed-off-by: Radu Matei --- src/constants.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/constants.ts b/src/constants.ts index 5e88fbeb..1bedda44 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -25,4 +25,4 @@ export enum Flag { export const KIND_TOOL_NAME = 'kind'; -export const KIND_DEFAULT_VERSION = 'v0.11.1'; +export const KIND_DEFAULT_VERSION = 'v0.24.0';