bump minor version

This commit is contained in:
Ian Norden 2020-08-31 10:58:56 -05:00
parent d645f52e87
commit f4b7b92dd8

View File

@ -20,8 +20,8 @@ import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 1 // Minor version component of the current release
Patch = 2 // Patch version component of the current release
Minor = 2 // 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
)