params, swarm: begin Geth v1.9.0 family, Swarm v0.3.9 cycle

This commit is contained in:
Péter Szilágyi 2018-12-11 14:23:57 +02:00
parent 24d727b6d6
commit 1e190a3b1c
No known key found for this signature in database
GPG Key ID: E9AE538CEDF8293D
2 changed files with 8 additions and 8 deletions

@ -22,9 +22,9 @@ import (
const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 8 // Minor version component of the current release
VersionPatch = 20 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
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
)
// Version holds the textual version string.

@ -23,8 +23,8 @@ import (
const (
VersionMajor = 0 // Major version component of the current release
VersionMinor = 3 // Minor version component of the current release
VersionPatch = 8 // Patch version component of the current release
VersionMeta = "stable" // Version metadata to append to the version string
VersionPatch = 9 // Patch version component of the current release
VersionMeta = "unstable" // Version metadata to append to the version string
)
// Version holds the textual version string.