From c792885952dbfbfa9a7784b6e9abd7986d6ad1e3 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 2 Mar 2016 16:38:49 -0800 Subject: [PATCH] version: bump to apha1 For https://github.com/coreos/etcd/issues/4652. --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index b2979e4ad..b68225d4d 100644 --- a/version/version.go +++ b/version/version.go @@ -29,7 +29,7 @@ import ( var ( // MinClusterVersion is the min cluster version this etcd binary is compatible with. MinClusterVersion = "2.2.0" - Version = "2.3.0-alpha.0+git" + Version = "2.3.0-alpha.1+git" // Git SHA Value will be set during build GitSHA = "Not provided (use ./build instead of go build)"