mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Reduce proto versions
This commit is contained in:
parent
e7598966ca
commit
ab8322da47
1 changed files with 2 additions and 2 deletions
|
@ -29,8 +29,8 @@ var (
|
|||
// ProtoVersion 2 - acl compatible version
|
||||
// ProtoVersion 3 - acl with breaking changes / multiplayer
|
||||
// ProtoVersion 4 - new sync compatible version
|
||||
NewSyncCompatibleVersion = uint32(4)
|
||||
ProtoVersion = uint32(5)
|
||||
NewSyncCompatibleVersion = uint32(2)
|
||||
ProtoVersion = uint32(3)
|
||||
)
|
||||
|
||||
var (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue