bump up v0.2.2

This commit is contained in:
Tuna 2018-09-27 14:43:23 +07:00
parent 904ba5312a
commit dad1d0d0b8

View file

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