Bump version 0.6.1

This commit is contained in:
nicksavers 2014-10-13 16:25:48 +02:00
parent e5ebef986f
commit 167ebbb255
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
<groupId>org.ethereum</groupId> <groupId>org.ethereum</groupId>
<artifactId>ethereumj</artifactId> <artifactId>ethereumj</artifactId>
<packaging>jar</packaging> <packaging>jar</packaging>
<version>0.6.0</version> <version>0.6.1</version>
<name>EthereumJ</name> <name>EthereumJ</name>
<url>http://www.ethereumj.org</url> <url>http://www.ethereumj.org</url>

View File

@ -68,7 +68,7 @@ public class HelloMessageTest {
@Test /* HelloMessage 3 from new */ @Test /* HelloMessage 3 from new */
public void testFromNew() { 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; byte p2pVersion = 0x00;
List<String> capabilities = new ArrayList<>(Arrays.asList("eth", "shh")); List<String> capabilities = new ArrayList<>(Arrays.asList("eth", "shh"));
int listenPort = 30303; int listenPort = 30303;