1
0
Fork 0
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:
mcrakhman 2024-07-04 00:11:00 +02:00
parent e7598966ca
commit ab8322da47
No known key found for this signature in database
GPG key ID: DED12CFEF5B8396B

View file

@ -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 (