Skip to content

Commit 611ac18

Browse files
committed
Up version to 0.2
1 parent f9c74af commit 611ac18

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
id 'eclipse'
66
}
77

8-
version = '0.1'
8+
version = '0.2'
99

1010
dependencies {
1111
api 'org.bouncycastle:bcprov-jdk15to18:1.68'

core/src/main/java/org/bitcoinj/core/VersionMessage.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
public class VersionMessage extends Message {
4545

4646
/** The version of this library release, as a string. */
47-
public static final String BITCOINJ_VERSION = "0.1";
47+
public static final String BITCOINJ_VERSION = "0.2";
4848
/** The value that is prepended to the subVer field of this application. */
4949
public static final String LIBRARY_SUBVER = "/litecoinj:" + BITCOINJ_VERSION + "/";
5050

0 commit comments

Comments
 (0)