version 5.0.0

This commit is contained in:
Roy Crihfield 2023-05-25 22:30:18 +08:00
parent 6eded51cf1
commit 026dafcfc9

View File

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