Version bump

This commit is contained in:
Victor Farazdagi 2016-09-28 21:30:45 +03:00
parent 689c27e163
commit a9c9818bc9
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ var (
versionMajor = 0 // Major version component of the current release
versionMinor = 9 // Minor version component of the current release
versionPatch = 0 // Patch version component of the current release
versionPatch = 1 // Patch version component of the current release
versionMeta = "unstable" // Version metadata to append to the version string
)