Started 0.9.9-unstable

This commit is contained in:
Ivan Tomilov 2017-09-19 14:30:02 +03:00
parent 78fb5e963f
commit 27a5090ad3
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const (
VersionMinor = 9
// VersionPatch is a patch version component of the current release
VersionPatch = 8
VersionPatch = 9
// VersionMeta is metadata to append to the version string
VersionMeta = "unstable"