Add build time to compile flags
This commit is contained in:
@ -21,3 +21,6 @@ package version
|
||||
|
||||
// Version sets the version to be printed to the user. Gets overwritten by "make release" or "make build" with last git commit or tag.
|
||||
var Version = "0.7"
|
||||
|
||||
// BuildTime contains the build time of vikunja.
|
||||
var BuildTime = ""
|
||||
|
Reference in New Issue
Block a user