Skip to content
This repository was archived by the owner on Oct 20, 2021. It is now read-only.

Commit 157c5c2

Browse files
authored
Merge pull request #8 from vulcanize/fix
v0.1.1 version tag
2 parents 8b0232a + 89def2b commit 157c5c2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ import "fmt"
2121
const (
2222
Major = 0 // Major version component of the current release
2323
Minor = 1 // Minor version component of the current release
24-
Patch = 2 // Patch version component of the current release
25-
Meta = "alpha" // Version metadata to append to the version string
24+
Patch = 1 // Patch version component of the current release
25+
Meta = "" // Version metadata to append to the version string
2626
)
2727

2828
// Version holds the textual version string.

0 commit comments

Comments
 (0)