Skip to content

Commit 7ff3b5f

Browse files
committed
Release v0.1.0
1 parent 120c926 commit 7ff3b5f

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
@@ -19,7 +19,7 @@ var (
1919
// A pre-release marker for the version. If this is "" (empty string)
2020
// then it means that it is a final release. Otherwise, this is a pre-release
2121
// such as "dev" (in development), "beta", "rc1", etc.
22-
VersionPrerelease = "rc1"
22+
VersionPrerelease = ""
2323
)
2424

2525
// GetHumanVersion composes the parts of the version in a way that's suitable

0 commit comments

Comments
 (0)