Skip to content

Commit

Permalink
Merge pull request #41 from vulcanize/bump
Browse files Browse the repository at this point in the history
bump patch version
  • Loading branch information
i-norden authored Mar 19, 2021
2 parents df454c4 + 88e499e commit 4ea61b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

Expand Down

0 comments on commit 4ea61b0

Please sign in to comment.