bump version (#89)

This commit is contained in:
Ramil Amerzyanov 2021-08-12 13:46:29 +03:00 committed by GitHub
parent e00e602098
commit 000c0ef066
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
)