bump version
This commit is contained in:
parent
c3b007de26
commit
b68bd29304
@ -19,9 +19,9 @@ package version
|
|||||||
import "fmt"
|
import "fmt"
|
||||||
|
|
||||||
const (
|
const (
|
||||||
major = 0 // major version component of the current release
|
major = 2 // major version component of the current release
|
||||||
minor = 2 // minor version component of the current release
|
minor = 0 // minor version component of the current release
|
||||||
patch = 11 // patch version component of the current release
|
patch = 0 // patch version component of the current release
|
||||||
)
|
)
|
||||||
|
|
||||||
// Version holds the textual version string.
|
// Version holds the textual version string.
|
||||||
|
Loading…
Reference in New Issue
Block a user