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

Commit

Permalink
Merge pull request #8 from vulcanize/fix
Browse files Browse the repository at this point in the history
v0.1.1 version tag
  • Loading branch information
i-norden authored Sep 10, 2020
2 parents 8b0232a + 89def2b commit 157c5c2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import "fmt"
const (
Major = 0 // Major version component of the current release
Minor = 1 // Minor version component of the current release
Patch = 2 // Patch version component of the current release
Meta = "alpha" // Version metadata to append to the version string
Patch = 1 // Patch version component of the current release
Meta = "" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit 157c5c2

Please sign in to comment.