version: bump OSS version datestamp.

pull/175/head v0.96
David Anderson 2020-03-11 10:47:37 -07:00
parent 72d9e1d633
commit b364a871bf
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.20200306"
const LONG = "date.20200311"
const SHORT = LONG // TODO: unused; remove SHORT? Make it a func?