Version updated.

This commit is contained in:
AnilChinchawale 2019-07-30 11:56:21 +05:30
parent c59df4c3c0
commit 72138a0bd2

View file

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 0 // 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 = "stable" // Version metadata to append to the version string
)