mirror of
https://github.com/status-im/status-go.git
synced 2025-02-01 17:38:36 +00:00
Merge branch 'release/0.9.4' into develop
This commit is contained in:
commit
d2ae1bdda6
@ -33,8 +33,8 @@ const (
|
||||
ClientIdentifier = "StatusIM" // Client identifier to advertise over the network
|
||||
VersionMajor = 0 // Major version component of the current release
|
||||
VersionMinor = 9 // Minor version component of the current release
|
||||
VersionPatch = 3 // Patch version component of the current release
|
||||
VersionMeta = "unstable" // Version metadata to append to the version string
|
||||
VersionPatch = 4 // Patch version component of the current release
|
||||
VersionMeta = "stable" // Version metadata to append to the version string
|
||||
IPCFile = "geth.ipc" // Filename of exposed IPC-RPC Server
|
||||
HTTPPort = 8545 // HTTP-RPC port (replaced in unit tests)
|
||||
WSPort = 8546 // WS-RPC port (replaced in unit tests)
|
||||
|
Loading…
x
Reference in New Issue
Block a user