*: determine version from git

This commit is contained in:
Eric Chiang
2016-08-09 14:38:09 -07:00
parent b8e80ffa3a
commit e6f34e1051
4 changed files with 36 additions and 21 deletions

View File

@@ -1,5 +1,5 @@
// Package version contains version information for this app.
package version
// Version is the semantic version of the server.
const Version = "0.1.0"
// Version is set by the build scripts.
var Version = "was not built properly"