gui, lib/api: Add more version info to about dialog (#6773)

This commit is contained in:
Jakob Borg
2020-06-21 12:20:19 +02:00
committed by GitHub
parent f66e57947b
commit 705710b1a1
2 changed files with 12 additions and 3 deletions
+4
View File
@@ -621,6 +621,10 @@ func (s *service) getSystemVersion(w http.ResponseWriter, r *http.Request) {
"isBeta": build.IsBeta,
"isCandidate": build.IsCandidate,
"isRelease": build.IsRelease,
"date": build.Date,
"tags": build.Tags,
"stamp": build.Stamp,
"user": build.User,
})
}