From b4bddf685b26b4aa70e939445044bdeac822d042 Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Thu, 19 Nov 2015 14:24:35 -0800 Subject: [PATCH] *: bump to v2.2.2 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 0176bd45a78..96b2d7acc55 100644 --- a/version/version.go +++ b/version/version.go @@ -27,7 +27,7 @@ import ( var ( // MinClusterVersion is the min cluster version this etcd binary is compatible with. MinClusterVersion = "2.1.0" - Version = "2.2.1+git" + Version = "2.2.2" // Git SHA Value will be set during build GitSHA = "Not provided (use ./build instead of go build)"