Add version number to status endpoint

This commit is contained in:
Gabe Kangas
2020-11-03 17:34:25 -08:00
parent 9ae3f1a267
commit 18e322c5e1
4 changed files with 15 additions and 6 deletions

View File

@@ -11,4 +11,6 @@ type Status struct {
LastConnectTime utils.NullTime `json:"lastConnectTime"`
LastDisconnectTime utils.NullTime `json:"lastDisconnectTime"`
VersionNumber string `json:"versionNumber"`
}