From a2d4f85d33eeed1a618a6191f91c91fe7a64242a Mon Sep 17 00:00:00 2001 From: Yicheng Qin Date: Fri, 6 Nov 2015 09:08:39 -0800 Subject: [PATCH] *: bump to v2.3.0-alpha.0 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 373edb0ad..7f2713730 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.2.0" - Version = "2.2.0+git" + Version = "2.3.0-alpha.0" // Git SHA Value will be set during build GitSHA = "Not provided (use ./build instead of go build)"