We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a4e8da commit c524356Copy full SHA for c524356
version/version.go
@@ -14,7 +14,7 @@ import (
14
// Long is a full version number for this build, of the form
15
// "x.y.z-commithash", or "date.yyyymmdd" if no actual version was
16
// provided.
17
-var Long = "date.20211101"
+var Long = "date.20220107"
18
19
// Short is a short version number for this build, of the form
20
// "x.y.z", or "date.yyyymmdd" if no actual version was provided.
0 commit comments