Skip to content

Commit

Permalink
version: 3.4.9
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho committed May 20, 2020
1 parent 609e844 commit 54ba958
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions 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
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -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
Expand Down

0 comments on commit 54ba958

Please sign in to comment.