From 0a8bf60a9d4987a4a336daeffa8aeebac2011a6d Mon Sep 17 00:00:00 2001 From: Anthony Romano Date: Fri, 16 Sep 2016 09:56:29 -0700 Subject: [PATCH] version: bump to 3.1.0-alpha.0+git --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 1983e2045..80b7f73ad 100644 --- a/version/version.go +++ b/version/version.go @@ -24,7 +24,7 @@ import ( var ( // MinClusterVersion is the min cluster version this etcd binary is compatible with. MinClusterVersion = "3.0.0" - Version = "3.1.0-alpha.0" + Version = "3.1.0-alpha.0+git" // Git SHA Value will be set during build GitSHA = "Not provided (use ./build instead of go build)"