1
0

Remove build date from binary

This commit is contained in:
kolaente
2020-06-18 19:26:53 +02:00
parent b4cdb75d15
commit 021e3e307b
4 changed files with 2 additions and 6 deletions

View File

@ -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 = ""