VERSION, params: begin 1.8.10 release cycle

This commit is contained in:
Péter Szilágyi 2018-05-28 13:01:20 +03:00 committed by stolen
parent 7f148816ef
commit 2640a0e5df
2 changed files with 5 additions and 5 deletions

View file

@ -1 +1 @@
1.8.9
1.8.10

View file

@ -23,8 +23,8 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
VersionPatch = 9 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionPatch = 10 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.