version: bump

This commit is contained in:
Brad Fitzpatrick
2020-03-06 14:57:27 -08:00
parent 47265000da
commit f6dd2128d9
2 changed files with 1 additions and 2 deletions

View File

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