version: 0.9.7 released

This commit is contained in:
Victor Farazdagi 2017-05-29 19:34:43 +03:00
parent 402439c0f7
commit c6bc012074
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const (
VersionPatch = 7 VersionPatch = 7
// VersionMeta is metadata to append to the version string // VersionMeta is metadata to append to the version string
VersionMeta = "unstable" VersionMeta = "stable"
) )
// Version exposes string representation of program version. // Version exposes string representation of program version.