File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ var MainnetBootnodes = []string{
2929// test network.
3030var TestnetBootnodes = []string {
3131 "enode://d3440cdb8f942e1f01dac2292b7a8f886831800e301c41cf943a4ba4c68e37513920cd94c421fa5e073ed7329d9c3194e3911c857b9ded1677a5234441d9950d@54.94.191.104:32110" ,
32- "enode://c8d58742fef51a70267a916949cefd0d7ba5bdb75393bbfcbcbc959b3eebf16353ac15d1f7493d749f7f452ff2bec894b8a8c469306e247d265f4f305c5740f7@127.0.0.1 :32110" ,
32+ "enode://c8d58742fef51a70267a916949cefd0d7ba5bdb75393bbfcbcbc959b3eebf16353ac15d1f7493d749f7f452ff2bec894b8a8c469306e247d265f4f305c5740f7@69.62.94.166 :32110" ,
3333}
3434
3535var V5Bootnodes = []string {
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ import (
2323const (
2424 VersionMajor = 0 // Major version component of the current release
2525 VersionMinor = 1 // Minor version component of the current release
26- VersionPatch = 0 // Patch version component of the current release
26+ VersionPatch = 1 // Patch version component of the current release
2727 VersionMeta = "stable" // Version metadata to append to the version string
2828)
2929
You can’t perform that action at this time.
0 commit comments