Merge branch 'release/0.9.7' into develop

This commit is contained in:
Victor Farazdagi 2017-05-29 19:43:06 +03:00
commit a8bf3484b9
1 changed files with 1 additions and 1 deletions

View File

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