mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
server/etcdserver/api: Add 3.6 to supported version
This commit is contained in:
parent
5d6be34838
commit
b9d837183a
@ -40,6 +40,7 @@ var (
|
||||
"3.3.0": {AuthCapability: true, V3rpcCapability: true},
|
||||
"3.4.0": {AuthCapability: true, V3rpcCapability: true},
|
||||
"3.5.0": {AuthCapability: true, V3rpcCapability: true},
|
||||
"3.6.0": {AuthCapability: true, V3rpcCapability: true},
|
||||
}
|
||||
|
||||
enableMapMu sync.RWMutex
|
||||
|
@ -59,6 +59,7 @@ var (
|
||||
"3.3.0": {streamTypeMsgAppV2, streamTypeMessage},
|
||||
"3.4.0": {streamTypeMsgAppV2, streamTypeMessage},
|
||||
"3.5.0": {streamTypeMsgAppV2, streamTypeMessage},
|
||||
"3.6.0": {streamTypeMsgAppV2, streamTypeMessage},
|
||||
}
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user