bump version

This commit is contained in:
ramil 2021-02-19 23:27:22 +03:00
parent e92d35b084
commit 7df5bbc99a

View File

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