Skip to content

Commit

Permalink
version: 3.4.6
Browse files Browse the repository at this point in the history
Signed-off-by: Gyuho Lee <leegyuho@amazon.com>
  • Loading branch information
gyuho committed Mar 29, 2020
1 parent b0bdaaa commit bdc9bc1
Showing 1 changed file with 1 addition and 1 deletion.
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.5"
Version = "3.4.6"
APIVersion = "unknown"

// Git SHA Value will be set during build
Expand Down

1 comment on commit bdc9bc1

@wolf27w
Copy link

@wolf27w wolf27w commented on bdc9bc1 Apr 2, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[root@server01 etcd]# ./etcd -version
etcd Version: 3.4.6
Git SHA: bdc9bc1
Go Version: go1.12.12
Go OS/Arch: linux/amd64
[root@server01 etcd]# ./etcdctl set --ttl '5' key "Hello world"
Error: unknown command "set" for "etcdctl"

Did you mean this?
get
put
del
user

Run 'etcdctl --help' for usage.
Error: unknown command "set" for "etcdctl"

Did you mean this?
get
put
del
user

Please sign in to comment.