Skip to content

Commit d037325

Browse files
version: cut release v0.6.1
1 parent 9800105 commit d037325

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var Version = "0.6.1"
2020
// A pre-release marker for the version. If this is "" (empty string)
2121
// then it means that it is a final release. Otherwise, this is a pre-release
2222
// such as "dev" (in development), "beta", "rc1", etc.
23-
var VersionPrerelease = "dev"
23+
var VersionPrerelease = ""
2424

2525
// The metadata for the version, this is optional information to add around
2626
// a particular release.

0 commit comments

Comments
 (0)