mirror of
https://github.com/clementine-player/Clementine
synced 2024-12-14 10:24:19 +01:00
Bump proto version, so users have to update Clementine in order to use the new features.
This commit is contained in:
parent
4bb433e912
commit
7406057e5f
@ -214,7 +214,7 @@ message RequestClosePlaylist {
|
||||
|
||||
// The message itself
|
||||
message Message {
|
||||
optional int32 version = 1 [default=6];
|
||||
optional int32 version = 1 [default=7];
|
||||
optional MsgType type = 2 [default=UNKNOWN]; // What data is in the message?
|
||||
|
||||
optional RequestConnect request_connect = 21;
|
||||
|
Loading…
Reference in New Issue
Block a user