The next version is going to be 1.0.11
diff --git a/pom.xml b/pom.xml
index 9c654c8..aa88de0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
   <packaging>jar</packaging>
   <groupId>ch.hsr</groupId>
   <artifactId>geohash</artifactId>
-  <version>1.0.10</version>
+  <version>1.0.11-SNAPSHOT</version>
   <name>geohash-java</name>
   <description>
     An implementation of Geohashes in pure Java.
@@ -20,7 +20,7 @@
     <connection>scm:git:git@github.com:kungfoo/geohash-java.git</connection>
     <developerConnection>scm:git:git@github.com:kungfoo/geohash-java.git</developerConnection>
     <url>git@github.com:kungfoo/geohash-java.git</url>
-    <tag>1.0.10</tag>
+    <tag>HEAD</tag>
   </scm>
    <parent>
      <groupId>org.sonatype.oss</groupId>