'bump' version (alight with next tagged release)

This commit is contained in:
Ian Norden 2020-10-20 16:03:00 -05:00
parent 20af343efb
commit 60bfc1c045

View File

@ -20,7 +20,7 @@ import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 2 // Minor version component of the current release
Minor = 1 // Minor version component of the current release
Patch = 0 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)