Remove build date from binary
This commit is contained in:
parent
b4cdb75d15
commit
021e3e307b
4 changed files with 2 additions and 6 deletions
|
|
@ -21,6 +21,3 @@ 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 a new issue