From 54ba9589114fc3fa5cc36c313550b3c0c0938c91 Mon Sep 17 00:00:00 2001 From: Gyuho Lee Date: Wed, 20 May 2020 16:28:29 -0700 Subject: [PATCH] version: 3.4.9 Signed-off-by: Gyuho Lee --- go.mod | 2 ++ version/version.go | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 6ea02f09d42..35efa841a49 100644 --- a/go.mod +++ b/go.mod @@ -1,5 +1,7 @@ module go.etcd.io/etcd +go 1.14 + require ( github.com/bgentry/speakeasy v0.1.0 github.com/cockroachdb/datadriven v0.0.0-20190809214429-80d97fb3cbaa diff --git a/version/version.go b/version/version.go index 0fd93c11849..ce2acaef1d6 100644 --- a/version/version.go +++ b/version/version.go @@ -26,7 +26,7 @@ import ( var ( // MinClusterVersion is the min cluster version this etcd binary is compatible with. MinClusterVersion = "3.0.0" - Version = "3.4.8" + Version = "3.4.9" APIVersion = "unknown" // Git SHA Value will be set during build