Merge pull request #411 from thanhson1085/master

v1.2.1
This commit is contained in:
Nguyen Sy Thanh Son 2019-01-17 14:16:47 +07:00 committed by GitHub
commit 9d83d5599a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,7 +23,7 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 2 // 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
)