version: remove comment about being unused.

version.SHORT is now being used in various places.

Signed-off-by: David Anderson <danderson@tailscale.com>
This commit is contained in:
David Anderson 2020-06-12 18:44:26 +00:00
parent a447caebf8
commit 1f4ccae591

View File

@ -8,4 +8,4 @@
package version
const LONG = "date.20200410"
const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?
const SHORT = LONG