mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
Update compatible version
This commit is contained in:
parent
2b9a8ee4cc
commit
258a891cb6
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@ var (
|
|||
// ProtoVersion 2 - acl compatible version
|
||||
// ProtoVersion 3 - acl with breaking changes / multiplayer
|
||||
// ProtoVersion 4 - new sync compatible version
|
||||
NewSyncCompatibleVersion = uint32(2)
|
||||
ProtoVersion = uint32(3)
|
||||
NewSyncCompatibleVersion = uint32(4)
|
||||
ProtoVersion = uint32(5)
|
||||
)
|
||||
|
||||
var (
|
||||
compatibleVersions = []uint32{2, ProtoVersion}
|
||||
compatibleVersions = []uint32{NewSyncCompatibleVersion, ProtoVersion}
|
||||
)
|
||||
|
||||
func New() SecureService {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue