From 7e4fc7eaa931298732c880a703bccc9c177ae1de Mon Sep 17 00:00:00 2001 From: Gyu-Ho Lee Date: Wed, 15 Feb 2017 19:25:01 -0800 Subject: [PATCH] version: bump up to 2.3.8 --- version/version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version/version.go b/version/version.go index c46d01d2c2b..99b65311d6c 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.7+git" + Version = "2.3.8" // Git SHA Value will be set during build GitSHA = "Not provided (use ./build instead of go build)"