Put in dev mode 1.8.2 (#11822)

pull/11825/head
Wilken Rivera 4 years ago committed by GitHub
parent 467529f597
commit ecacd59f0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,3 +1,5 @@
## 1.8.2 (Upcoming)
## 1.8.1 (May 27, 2022)
### NOTES:

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