Skip to content

Commit

Permalink
VERSION, params: bumped unstable version to 1.6 (ethereum#3685)
Browse files Browse the repository at this point in the history
  • Loading branch information
obscuren authored Feb 18, 2017
1 parent b19e588 commit 037c8b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.10
1.6.0
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ import "fmt"

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 5 // Minor version component of the current release
VersionPatch = 10 // Patch 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
)

Expand Down

0 comments on commit 037c8b9

Please sign in to comment.