We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b654ee3 commit 4cbc803Copy full SHA for 4cbc803
1 file changed
version/version.go
@@ -20,7 +20,7 @@ var Version = "0.6.5"
20
// A pre-release marker for the version. If this is "" (empty string)
21
// then it means that it is a final release. Otherwise, this is a pre-release
22
// such as "dev" (in development), "beta", "rc1", etc.
23
-var VersionPrerelease = "dev"
+var VersionPrerelease = ""
24
25
// The metadata for the version, this is optional information to add around
26
// a particular release.
0 commit comments