version: new month, new date bump

This commit is contained in:
Brad Fitzpatrick 2021-10-04 08:56:41 -07:00
parent 22a1a5d7cf
commit a71fb6428d

View File

@ -8,7 +8,7 @@
// Long is a full version number for this build, of the form
// "x.y.z-commithash", or "date.yyyymmdd" if no actual version was
// provided.
var Long = "date.20210907"
var Long = "date.20211004"
// Short is a short version number for this build, of the form
// "x.y.z", or "date.yyyymmdd" if no actual version was provided.