bump minor version
This commit is contained in:
parent
d645f52e87
commit
f4b7b92dd8
@ -20,8 +20,8 @@ import "fmt"
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
Major = 0 // Major version component of the current release
|
Major = 0 // Major version component of the current release
|
||||||
Minor = 1 // Minor version component of the current release
|
Minor = 2 // Minor version component of the current release
|
||||||
Patch = 2 // Patch 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
|
Meta = "alpha" // Version metadata to append to the version string
|
||||||
)
|
)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user