update version to 1.6.1 beta

This commit is contained in:
Christopher Franko 2017-04-01 10:22:42 -04:00
parent e4f298b42c
commit e5efa50515

View file

@ -21,8 +21,8 @@ import "fmt"
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
)
// Version holds the textual version string.