diff --git a/core/pom.xml b/core/pom.xml
index 5028ba17..4f6afa44 100644
--- a/core/pom.xml
+++ b/core/pom.xml
@@ -22,7 +22,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14.5
+ 0.14.6-SNAPSHOT
bitcoinj-core
diff --git a/core/src/main/java/org/bitcoinj/core/VersionMessage.java b/core/src/main/java/org/bitcoinj/core/VersionMessage.java
index daade745..aed64cb4 100644
--- a/core/src/main/java/org/bitcoinj/core/VersionMessage.java
+++ b/core/src/main/java/org/bitcoinj/core/VersionMessage.java
@@ -80,7 +80,7 @@ public class VersionMessage extends Message {
public boolean relayTxesBeforeFilter;
/** The version of this library release, as a string. */
- public static final String BITCOINJ_VERSION = "0.14.5";
+ public static final String BITCOINJ_VERSION = "0.14.6-SNAPSHOT";
/** The value that is prepended to the subVer field of this application. */
public static final String LIBRARY_SUBVER = "/bitcoinj:" + BITCOINJ_VERSION + "/";
diff --git a/examples/pom.xml b/examples/pom.xml
index 9228ab6b..5298a97a 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -21,7 +21,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14.5
+ 0.14.6-SNAPSHOT
4.0.0
diff --git a/pom.xml b/pom.xml
index 4a06e1eb..f99d9de3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14.5
+ 0.14.6-SNAPSHOT
pom
diff --git a/tools/pom.xml b/tools/pom.xml
index 0fa26fe7..3a02b8b0 100644
--- a/tools/pom.xml
+++ b/tools/pom.xml
@@ -21,7 +21,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14.5
+ 0.14.6-SNAPSHOT
4.0.0
diff --git a/wallettemplate/pom.xml b/wallettemplate/pom.xml
index 278ef0d0..d682a8be 100644
--- a/wallettemplate/pom.xml
+++ b/wallettemplate/pom.xml
@@ -6,7 +6,7 @@
org.bitcoinj
bitcoinj-parent
- 0.14.5
+ 0.14.6-SNAPSHOT
wallettemplate