bump up a patch version

This commit is contained in:
Tuna 2018-12-22 23:19:20 +07:00
parent 0e24a8db24
commit 125100441a

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 = 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
)