Skip to content

Commit

Permalink
Release v0.3.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
hashicorp-ci committed Nov 24, 2020
1 parent 5ea9277 commit bb0922f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## UNRELEASED
## 0.3.0-beta1 (November 24, 2020)

BUG FIXES:
* cli: Fixed panic when dispatching a job. [[GH-348](https://github.com/hashicorp/levant/pull/348)]
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
// VersionPrerelease is the 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 = "dev"
VersionPrerelease = "beta1"
)

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

0 comments on commit bb0922f

Please # to comment.