Skip to content

Commit

Permalink
rc4
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Aizman <[email protected]>
  • Loading branch information
alex-aizman committed Feb 15, 2024
1 parent 21dcab7 commit 6c2c775
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cmd/cli/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions cmd/cli/go.sum
Original file line number Diff line number Diff line change
@@ -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=
Expand Down
4 changes: 2 additions & 2 deletions cmn/ver_const.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"
)
Expand Down

0 comments on commit 6c2c775

Please sign in to comment.