Remove build date from binary

This commit is contained in:
kolaente 2020-06-18 19:26:53 +02:00
parent b4cdb75d15
commit 021e3e307b
Signed by untrusted user who does not match committer: konrad
GPG key ID: F40E70337AB24C9B
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 = ""