浏览代码

version: new month, new date bump

Brad Fitzpatrick 4 年之前
父节点
当前提交
a71fb6428d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      version/version.go

+ 1 - 1
version/version.go

@@ -8,7 +8,7 @@ package version
 // 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.