version: 0.9.4 version bump

This commit is contained in:
Victor Farazdagi 2017-03-10 05:21:58 +03:00
parent 21a891d74c
commit e69b6a5bc5
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)