Merge pull request #41 from vulcanize/bump

bump patch version
This commit is contained in:
Ian Norden 2021-03-19 16:13:56 -05:00 committed by GitHub
commit 4ea61b08ca
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 = 1 // Patch version component of the current release
Patch = 4 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
)