version bump
This commit is contained in:
parent
e87618b880
commit
3832c457d8
|
@ -27,9 +27,9 @@ import (
|
||||||
const (
|
const (
|
||||||
ClientIdentifier = "StatusIM" // Client identifier to advertise over the network
|
ClientIdentifier = "StatusIM" // Client identifier to advertise over the network
|
||||||
VersionMajor = 1 // Major version component of the current release
|
VersionMajor = 1 // Major version component of the current release
|
||||||
VersionMinor = 1 // Minor version component of the current release
|
VersionMinor = 2 // Minor version component of the current release
|
||||||
VersionPatch = 0 // Patch version component of the current release
|
VersionPatch = 0 // Patch version component of the current release
|
||||||
VersionMeta = "stable" // Version metadata to append to the version string
|
VersionMeta = "unstable" // Version metadata to append to the version string
|
||||||
|
|
||||||
RPCPort = 8545 // RPC port (replaced in unit tests)
|
RPCPort = 8545 // RPC port (replaced in unit tests)
|
||||||
NetworkPort = 30303
|
NetworkPort = 30303
|
||||||
|
|
Loading…
Reference in New Issue