mirror of
https://github.com/status-im/status-go.git
synced 2025-02-18 01:37:22 +00:00
version bump
This commit is contained in:
parent
e87618b880
commit
3832c457d8
@ -27,9 +27,9 @@ import (
|
||||
const (
|
||||
ClientIdentifier = "StatusIM" // Client identifier to advertise over the network
|
||||
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
|
||||
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)
|
||||
NetworkPort = 30303
|
||||
|
Loading…
x
Reference in New Issue
Block a user