From dbf047a8e977eb5353e38b4648533184ca37f8bb Mon Sep 17 00:00:00 2001 From: Alex Aizman Date: Wed, 22 Jan 2025 11:39:24 -0500 Subject: [PATCH] build: bump rc1 * v3.26.rc1 Signed-off-by: Alex Aizman --- cmn/ver_const.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmn/ver_const.go b/cmn/ver_const.go index c4ef53ff9db..d182a1a7c24 100644 --- a/cmn/ver_const.go +++ b/cmn/ver_const.go @@ -26,8 +26,8 @@ const GitHubHome = "https://github.com/NVIDIA/aistore" // `jsp` formats its *signature* and other implementation details. const ( - VersionAIStore = "3.25" - VersionCLI = "1.13" + VersionAIStore = "3.26.rc1" + VersionCLI = "1.15.rc1" VersionLoader = "1.12" VersionAuthN = "1.1" )