Skip to content

Commit 0d5cb3b

Browse files
committed
Relese v0.5.0
1 parent 286e425 commit 0d5cb3b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ var (
1717
//
1818
// Version must conform to the format expected by
1919
// github.com/hashicorp/go-version for tests to work.
20-
Version = "0.4.3"
20+
Version = "0.5.0"
2121

2222
// A pre-release marker for the version. If this is "" (empty string)
2323
// then it means that it is a final release. Otherwise, this is a pre-release
2424
// such as "dev" (in development), "beta.1", "rc1.1", etc.
25-
VersionPrerelease = "dev"
25+
VersionPrerelease = ""
2626

2727
// VersionMetadata is metadata further describing the build type.
2828
VersionMetadata = ""

0 commit comments

Comments
 (0)