version: 0.9.6 released

This commit is contained in:
Victor Farazdagi 2017-05-03 01:04:43 +03:00
parent b388271774
commit 57ca661897
1 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 9 // Minor version component of the current release
VersionPatch = 6 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionMeta = "stable" // Version metadata to append to the version string
)
// Version exposes string representation of program version.