prepare 1.8.5

pull/12092/head
Lucas Bajolet 3 years ago committed by Wilken Rivera
parent 83cc093d50
commit 83ca7c203c

@ -1,3 +1,5 @@
## 1.8.5 (Upcoming)
## 1.8.4 (October 28 2022)
### NOTES:

@ -14,11 +14,11 @@ var (
CgoEnabled bool
// The main version number that is being run at the moment.
Version = "1.8.4"
Version = "1.8.5"
// 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 = ""
VersionPrerelease = "dev"
VersionMetadata = ""
)

Loading…
Cancel
Save