Skip to content

Commit

Permalink
params, swarm/version: Geth v1.9.0 unstable, Swarm v0.3.11-unstable
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Jan 29, 2019
1 parent 1a19c59 commit f4094d0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions params/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ import (

const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
VersionPatch = 22 // Patch version component of the current release
VersionMinor = 9 // 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
2 changes: 1 addition & 1 deletion swarm/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ import (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 10 // Patch version component of the current release
VersionPatch = 11 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)

Expand Down

0 comments on commit f4094d0

Please sign in to comment.