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

@@ -52,4 +52,11 @@ query Stats {
studio_count,
tag_count
}
}
}
query Version {
version {
hash,
build_time
}
}