bump up beta 0.3.0

This commit is contained in:
Tuna 2018-11-19 10:58:11 +07:00
parent b757de80ef
commit 05c4598dc6

View file

@ -22,9 +22,9 @@ import (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 2 // Minor 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
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
)
// Version holds the textual version string.