mirror of
https://github.com/Qortal/altcoinj.git
synced 2025-07-31 20:11:23 +00:00
Bump version number to 0.3-SNAPSHOT
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -3,7 +3,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.google</groupId>
|
||||
<artifactId>bitcoinj</artifactId>
|
||||
<version>0.2</version>
|
||||
<version>0.3-SNAPSHOT</version>
|
||||
<name>BitCoinJ</name>
|
||||
<description>A Java implementation of a Bitcoin client-only node</description>
|
||||
<url>http://code.google.com/p/bitcoinj</url>
|
||||
|
@@ -64,7 +64,7 @@ public class VersionMessage extends Message {
|
||||
} catch (UnknownHostException e) {
|
||||
throw new RuntimeException(e); // Cannot happen.
|
||||
}
|
||||
subVer = "BitCoinJ 0.2";
|
||||
subVer = "BitCoinJ 0.3-SNAPSHOT";
|
||||
bestHeight = newBestHeight;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user