Bump to next development version
diff --git a/pom.xml b/pom.xml
index 5ac1b72..e2bd262 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
     <version>69</version>
   </parent>
   <artifactId>commons-text</artifactId>
-  <version>1.12.0</version>
+  <version>1.12.1-SNAPSHOT</version>
   <name>Apache Commons Text</name>
   <description>Apache Commons Text is a set of utility functions and reusable components for the purpose of processing
     and manipulating text that should be of use in a Java environment.
@@ -33,7 +33,7 @@
   <properties>
     <project.build.sourceEncoding>ISO-8859-1</project.build.sourceEncoding>
     <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
-    <project.build.outputTimestamp>2024-04-13T13:15:17Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2024-04-16T18:22:35Z</project.build.outputTimestamp>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>