version: 0.9.4 version bump
This commit is contained in:
parent
21a891d74c
commit
e69b6a5bc5
|
@ -33,8 +33,8 @@ const (
|
||||||
ClientIdentifier = "StatusIM" // Client identifier to advertise over the network
|
ClientIdentifier = "StatusIM" // Client identifier to advertise over the network
|
||||||
VersionMajor = 0 // Major version component of the current release
|
VersionMajor = 0 // Major version component of the current release
|
||||||
VersionMinor = 9 // Minor version component of the current release
|
VersionMinor = 9 // Minor version component of the current release
|
||||||
VersionPatch = 3 // Patch version component of the current release
|
VersionPatch = 4 // Patch version component of the current release
|
||||||
VersionMeta = "unstable" // Version metadata to append to the version string
|
VersionMeta = "stable" // Version metadata to append to the version string
|
||||||
IPCFile = "geth.ipc" // Filename of exposed IPC-RPC Server
|
IPCFile = "geth.ipc" // Filename of exposed IPC-RPC Server
|
||||||
HTTPPort = 8545 // HTTP-RPC port (replaced in unit tests)
|
HTTPPort = 8545 // HTTP-RPC port (replaced in unit tests)
|
||||||
WSPort = 8546 // WS-RPC port (replaced in unit tests)
|
WSPort = 8546 // WS-RPC port (replaced in unit tests)
|
||||||
|
|
Loading…
Reference in New Issue