version bump

This commit is contained in:
Victor Farazdagi 2016-12-11 14:42:22 +03:00
parent e87618b880
commit 3832c457d8
1 changed files with 2 additions and 2 deletions

View File

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