We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9c74af commit 611ac18Copy full SHA for 611ac18
core/build.gradle
@@ -5,7 +5,7 @@ plugins {
5
id 'eclipse'
6
}
7
8
-version = '0.1'
+version = '0.2'
9
10
dependencies {
11
api 'org.bouncycastle:bcprov-jdk15to18:1.68'
core/src/main/java/org/bitcoinj/core/VersionMessage.java
@@ -44,7 +44,7 @@
44
public class VersionMessage extends Message {
45
46
/** The version of this library release, as a string. */
47
- public static final String BITCOINJ_VERSION = "0.1";
+ public static final String BITCOINJ_VERSION = "0.2";
48
/** The value that is prepended to the subVer field of this application. */
49
public static final String LIBRARY_SUBVER = "/litecoinj:" + BITCOINJ_VERSION + "/";
50
0 commit comments