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