diff --git a/pom.xml b/pom.xml
index 3bc3cfd..64767c7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
net.thauvin.erik
pinboard-poster
- 1.2.0
+ 1.2.1-SNAPSHOT
pinboard-poster
A small library for posting to Pinboard
https://github.com/ethauvin/pinboard-poster
diff --git a/src/bld/java/net/thauvin/erik/pinboard/PinboardPosterBuild.java b/src/bld/java/net/thauvin/erik/pinboard/PinboardPosterBuild.java
index c986176..075eb01 100644
--- a/src/bld/java/net/thauvin/erik/pinboard/PinboardPosterBuild.java
+++ b/src/bld/java/net/thauvin/erik/pinboard/PinboardPosterBuild.java
@@ -60,7 +60,7 @@ public class PinboardPosterBuild extends Project {
public PinboardPosterBuild() {
pkg = "net.thauvin.erik";
name = "pinboard-poster";
- version = version(1, 2, 0);
+ version = version(1, 2, 1, "SNAPSHOT");
mainClass = pkg + ".PinboardPoster";