From 2b67f5256a25b79603290e0a401a76f0e551d8c1 Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Fri, 1 Apr 2016 14:32:28 -0700 Subject: [PATCH] *: bump to v2.3.1 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index 7b9daf0ba20..e35d93f21fe 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+git" + Version = "2.3.1" // Git SHA Value will be set during build GitSHA = "Not provided (use ./build instead of go build)"