break: rename ServerMessage.GoTomatoVersion -> .ProtocolVersion

This commit is contained in:
Sebastian Mark 2024-10-26 09:18:09 +02:00
parent 16bc946a30
commit 0180aea8c1
2 changed files with 3 additions and 3 deletions

View file

@ -8,5 +8,5 @@ type ServerMessage struct {
TimeLeft int `json:"time_left"` // Remaining time in seconds
Ongoing bool `json:"ongoing"` // Ongoing pomodoro
Paused bool `json:"paused"` // Is timer paused
GoTomatoVersion string `json:"version"` // Version of the server
ProtocolVersion string `json:"version"` // Version of the server
}