Show version info in about page

This commit is contained in:
WithoutPants
2019-08-21 14:47:48 +10:00
parent 4983437a34
commit 3cf4b26f1d
10 changed files with 274 additions and 5 deletions

View File

@@ -283,6 +283,11 @@ type TagUpdateInput struct {
Name string `json:"name"`
}
type Version struct {
Hash string `json:"hash"`
BuildTime string `json:"build_time"`
}
type CriterionModifier string
const (