Skip to content

Commit

Permalink
Release v0.1.0-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-ci committed Feb 25, 2021
1 parent 2c05fd1 commit f01851d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ var (
// VersionPrerelease is a pre-release marker for the version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
// is a pre-release such as "dev" (in development), "beta", "rc1", etc.
VersionPrerelease = "techpreview2"
VersionPrerelease = "beta"
)

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

0 comments on commit f01851d

Please sign in to comment.