We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc00aa3 commit 78c5884Copy full SHA for 78c5884
pkg/version/version.go
@@ -4,4 +4,4 @@ package version
4
// Nominally things like "6.0.0" for a release, then "6.0.0-dev" in between.
5
// This makes it clear that a given build is on the main dev branch, not a
6
// particular snapshot tag.
7
-var STRING string = "6.17.0"
+var STRING string = "6.17.0-dev"
0 commit comments