cut release 1.8.4

This commit is contained in:
Lucas Bajolet 2022-10-28 10:39:05 -04:00 committed by Wilken Rivera
parent ef1fb675f7
commit 83cc093d50
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
## 1.8.4 (Upcoming)
## 1.8.4 (October 28 2022)
### NOTES:

View file

@ -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 = ""
)