From f115f6fbef346b47ff942438f36c6ebabf34a9cb Mon Sep 17 00:00:00 2001 From: Philip O'Toole Date: Sat, 30 Apr 2016 14:01:05 -0700 Subject: [PATCH] Version is now 3 --- cmd/rqlited/main.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/rqlited/main.go b/cmd/rqlited/main.go index 00718757..e38ba5f6 100644 --- a/cmd/rqlited/main.go +++ b/cmd/rqlited/main.go @@ -46,7 +46,7 @@ const logo = ` // These variables are populated via the Go linker. var ( - version = "2" + version = "3" commit string branch string buildtime string @@ -189,7 +189,7 @@ func main() { log.Println("successfully joined node at", joinAddr) } } - + // Publish to the cluster the mapping between this Raft address and API address. if err := publishAPIAddr(cs, raftAddr, httpAddr, publishPeerTimeout); err != nil { log.Fatalf("failed to set peer for %s to %s: %s", raftAddr, httpAddr, err.Error())