Merge branch 'release/0.9.4' into develop

This commit is contained in:
Victor Farazdagi 2017-03-10 05:29:00 +03:00
commit d2ae1bdda6
1 changed files with 2 additions and 2 deletions

View File

@ -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)