Merge pull request #44 from vulcanize/bump_version

bump patch version
This commit was merged in pull request #44.
This commit is contained in:
Ian Norden
2021-04-10 21:02:49 -05:00
committed by GitHub
+1 -1
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
)