version: starts 0.9.8-unstable

This commit is contained in:
Victor Farazdagi 2017-05-29 19:43:48 +03:00
parent 55af7788db
commit b3a56eb00b
1 changed files with 2 additions and 2 deletions

View File

@ -12,10 +12,10 @@ const (
VersionMinor = 9
// VersionPatch is a patch version component of the current release
VersionPatch = 7
VersionPatch = 8
// VersionMeta is metadata to append to the version string
VersionMeta = "stable"
VersionMeta = "unstable"
)
// Version exposes string representation of program version.