mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 14:07:02 +09:00
Update proto version
This commit is contained in:
parent
5302469a5c
commit
0822e08921
1 changed files with 3 additions and 3 deletions
|
@ -29,12 +29,12 @@ var (
|
||||||
// ProtoVersion 2 - acl compatible version
|
// ProtoVersion 2 - acl compatible version
|
||||||
// ProtoVersion 3 - acl with breaking changes / multiplayer
|
// ProtoVersion 3 - acl with breaking changes / multiplayer
|
||||||
AclCompatibleVersion = uint32(2)
|
AclCompatibleVersion = uint32(2)
|
||||||
ProtoVersion = uint32(3)
|
AclVersion = uint32(3)
|
||||||
NewSyncProtoVersion = uint32(4)
|
ProtoVersion = uint32(4)
|
||||||
)
|
)
|
||||||
|
|
||||||
var (
|
var (
|
||||||
compatibleVersions = []uint32{AclCompatibleVersion, ProtoVersion, NewSyncProtoVersion}
|
compatibleVersions = []uint32{AclCompatibleVersion, AclVersion, ProtoVersion}
|
||||||
)
|
)
|
||||||
|
|
||||||
func New() SecureService {
|
func New() SecureService {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue