We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 286e425 commit 0d5cb3bCopy full SHA for 0d5cb3b
version/version.go
@@ -17,12 +17,12 @@ var (
17
//
18
// Version must conform to the format expected by
19
// github.com/hashicorp/go-version for tests to work.
20
- Version = "0.4.3"
+ Version = "0.5.0"
21
22
// A pre-release marker for the version. If this is "" (empty string)
23
// then it means that it is a final release. Otherwise, this is a pre-release
24
// such as "dev" (in development), "beta.1", "rc1.1", etc.
25
- VersionPrerelease = "dev"
+ VersionPrerelease = ""
26
27
// VersionMetadata is metadata further describing the build type.
28
VersionMetadata = ""
0 commit comments