*: determine version from git
This commit is contained in:
@@ -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"
|
||||
|
Reference in New Issue
Block a user