mirror of
https://github.com/stashapp/stash.git
synced 2025-12-17 20:34:37 +03:00
Show version info in about page
This commit is contained in:
@@ -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 (
|
||||
|
||||
Reference in New Issue
Block a user