bump up v1.2.0

This commit is contained in:
Nguyen Ba Tam 2018-12-28 10:37:34 +07:00
parent 17cec00875
commit 1baaa30ad7

View file

@ -22,8 +22,8 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 3 // Patch version component of the current release
VersionMinor = 2 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
)