version: bump date

This commit is contained in:
Brad Fitzpatrick 2020-04-10 08:23:36 -07:00
parent 1ec27dbb5b
commit 39ae80a2e7
1 changed files with 1 additions and 1 deletions

View File

@ -7,5 +7,5 @@
// Package version provides the version that the binary was built at.
package version
const LONG = "date.20200324"
const LONG = "date.20200410"
const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?