Add doc to version number

This commit is contained in:
Marcel Schramm 2020-10-25 11:38:53 +01:00
parent e6a4741398
commit ecdbc5b9f2
No known key found for this signature in database
GPG Key ID: 05971054C70EEDC7
1 changed files with 4 additions and 0 deletions

View File

@ -1,3 +1,7 @@
package version
// Version reflects the latest release date. For local builds, this number
// isn't really correct. Therefore new commits also won't lead to an update
// reminder, unless the latest tag is different to this number. This should
// not be touched manually.
var Version = "$RELEASE_DATE"