bump up v1.1.2

This commit is contained in:
Tuna 2018-12-24 22:46:05 +07:00
parent e21e4c71f9
commit ed9f82f364

View file

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