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