diff --git a/cmd/cli/go.mod b/cmd/cli/go.mod index eb56ba5c706..08a053d4ffd 100644 --- a/cmd/cli/go.mod +++ b/cmd/cli/go.mod @@ -3,7 +3,7 @@ module github.com/NVIDIA/aistore/cmd/cli go 1.21 require ( - github.com/NVIDIA/aistore v1.3.22-0.20240215144125-a3ff32265af0 + github.com/NVIDIA/aistore v1.3.22-0.20240215232635-895b640b7f20 github.com/fatih/color v1.16.0 github.com/json-iterator/go v1.1.12 github.com/onsi/ginkgo v1.16.5 diff --git a/cmd/cli/go.sum b/cmd/cli/go.sum index 87c6729cd3d..f4f4a921b9f 100644 --- a/cmd/cli/go.sum +++ b/cmd/cli/go.sum @@ -1,7 +1,7 @@ code.cloudfoundry.org/bytefmt v0.0.0-20190710193110-1eb035ffe2b6/go.mod h1:wN/zk7mhREp/oviagqUXY3EwuHhWyOvAdsn5Y4CzOrc= github.com/BurntSushi/toml v1.3.2/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ= -github.com/NVIDIA/aistore v1.3.22-0.20240215144125-a3ff32265af0 h1:ECkOB3wDgZkyl8R6UseHdv/wp4O7IL1ZsXTXrhwMPO8= -github.com/NVIDIA/aistore v1.3.22-0.20240215144125-a3ff32265af0/go.mod h1:gnmbpS/Y5cTB0nwZcsdH7MeUvuI+ZFkjHlkhWcRF8Ss= +github.com/NVIDIA/aistore v1.3.22-0.20240215232635-895b640b7f20 h1:9U2QdpZ/fJJUGmypsWZyAODWjGpK5gcKJwvTTI3GJLA= +github.com/NVIDIA/aistore v1.3.22-0.20240215232635-895b640b7f20/go.mod h1:gnmbpS/Y5cTB0nwZcsdH7MeUvuI+ZFkjHlkhWcRF8Ss= github.com/OneOfOne/xxhash v1.2.8 h1:31czK/TI9sNkxIKfaUfGlU47BAxQ0ztGgd9vPyqimf8= github.com/OneOfOne/xxhash v1.2.8/go.mod h1:eZbhyaAYD41SGSSsnmcpxVoRiQ/MPUTjUdIIOT9Um7Q= github.com/VividCortex/ewma v1.1.1/go.mod h1:2Tkkvm3sRDVXaiyucHiACn4cqf7DpdyLvmxzcbUokwA= diff --git a/cmn/ver_const.go b/cmn/ver_const.go index 81e97ce742c..ec40a0da9aa 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.22.rc3" - VersionCLI = "1.9" + VersionAIStore = "3.22.rc4" + VersionCLI = "1.10" VersionLoader = "1.10" VersionAuthN = "1.0" )