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

View File

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