bump patch version #44

Merged
telackey merged 1 commits from bump_version into master 2021-04-11 02:02:49 +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 = 4 // Patch version component of the current release
Patch = 5 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)