version: bump OSS version datestamp.

This commit is contained in:
David Anderson 2020-03-11 10:47:37 -07:00
parent 72d9e1d633
commit b364a871bf

View File

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