bump version

This commit is contained in:
i-norden 2022-01-26 09:26:18 -06:00
parent c3b007de26
commit b68bd29304

View File

@ -19,9 +19,9 @@ package version
import "fmt"
const (
major = 0 // major version component of the current release
minor = 2 // minor version component of the current release
patch = 11 // patch version component of the current release
major = 2 // major version component of the current release
minor = 0 // minor version component of the current release
patch = 0 // patch version component of the current release
)
// Version holds the textual version string.