bump version #89

Merged
ramilexe merged 1 commits from upd-version into master 2021-08-12 10:46:29 +00:00

View File

@ -21,7 +21,7 @@ import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 3 // Minor version component of the current release
Patch = 5 // Patch version component of the current release
Patch = 6 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)