version bump

This commit is contained in:
Victor Farazdagi 2016-12-08 02:09:58 +03:00
parent 5ee09149e2
commit 53260608d7
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ const (
VersionMajor = 1 // Major version component of the current release
VersionMinor = 1 // Minor version component of the current release
VersionPatch = 0 // 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
RPCPort = 8545 // RPC port (replaced in unit tests)
NetworkPort = 30303