Skip to content

Commit

Permalink
update version to 1.6.1 beta
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfranko committed Apr 1, 2017
1 parent e4f298b commit e5efa50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ import "fmt"
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 6 // Minor version component of the current release
VersionPatch = 0 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
VersionPatch = 1 // Patch version component of the current release
VersionMeta = "beta" // Version metadata to append to the version string
)

// Version holds the textual version string.
Expand Down

0 comments on commit e5efa50

Please sign in to comment.