Skip to content

Commit

Permalink
cut release 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
lbajolet-hashicorp authored and nywilken committed Oct 28, 2022
1 parent ef1fb67 commit 83cc093
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 @@
## 1.8.4 (Upcoming)
## 1.8.4 (October 28 2022)

### NOTES:

Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ var (
// 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 = "dev"
VersionPrerelease = ""
VersionMetadata = ""
)

Expand Down

0 comments on commit 83cc093

Please sign in to comment.