Bump version 0.6.1
This commit is contained in:
parent
e5ebef986f
commit
167ebbb255
|
@ -4,7 +4,7 @@
|
|||
<groupId>org.ethereum</groupId>
|
||||
<artifactId>ethereumj</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<version>0.6.0</version>
|
||||
<version>0.6.1</version>
|
||||
<name>EthereumJ</name>
|
||||
<url>http://www.ethereumj.org</url>
|
||||
|
||||
|
|
|
@ -68,7 +68,7 @@ public class HelloMessageTest {
|
|||
|
||||
@Test /* HelloMessage 3 from new */
|
||||
public void testFromNew() {
|
||||
String helloAnnouncement = "Ethereum(J)/0.6.0/dev/Windows/Java";
|
||||
String helloAnnouncement = "Ethereum(J)/0.6.1/dev/Windows/Java";
|
||||
byte p2pVersion = 0x00;
|
||||
List<String> capabilities = new ArrayList<>(Arrays.asList("eth", "shh"));
|
||||
int listenPort = 30303;
|
||||
|
|
Loading…
Reference in New Issue