Skip to content

Commit

Permalink
Release v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsanjuan committed Jul 6, 2022
1 parent ff50c11 commit b2ce7d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/ipfs-cluster-ctl/main.go
Expand Up @@ -27,7 +27,7 @@ const programName = `ipfs-cluster-ctl`

// Version is the cluster-ctl tool version. It should match
// the IPFS cluster's version
const Version = "1.0.2-rc1"
const Version = "1.0.2"

var (
defaultHost = "/ip4/127.0.0.1/tcp/9094"
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -7,7 +7,7 @@ import (
)

// Version is the current cluster version.
var Version = semver.MustParse("1.0.2-rc1")
var Version = semver.MustParse("1.0.2")

// RPCProtocol is protocol handler used to send libp2p-rpc messages between
// cluster peers. All peers in the cluster need to speak the same protocol
Expand Down

0 comments on commit b2ce7d9

Please sign in to comment.