add server version/commit in logs and UI

This commit is contained in:
Mikaël Cluseau
2023-11-04 13:53:00 +01:00
parent 41897c00b4
commit f7b708ce4b
6 changed files with 18 additions and 6 deletions

View File

@ -8,8 +8,9 @@ import (
)
type PublicState struct {
UIHash string
Store struct {
ServerVersion string
UIHash string
Store struct {
New bool
Open bool
}