Skip to content

Commit 0b00e19

Browse files
committed
params, swarm: release Geth v1.8.26 (+noop Swarm v0.3.14)
1 parent c8d8126 commit 0b00e19

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

params/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 1 // Major version component of the current release
2525
VersionMinor = 8 // Minor version component of the current release
26-
VersionPatch = 25 // Patch version component of the current release
26+
VersionPatch = 26 // Patch version component of the current release
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

swarm/version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ import (
2323
const (
2424
VersionMajor = 0 // Major version component of the current release
2525
VersionMinor = 3 // Minor version component of the current release
26-
VersionPatch = 13 // Patch version component of the current release
26+
VersionPatch = 14 // Patch version component of the current release
2727
VersionMeta = "stable" // Version metadata to append to the version string
2828
)
2929

0 commit comments

Comments
 (0)