diff --git a/bin/dispatcher b/bin/dispatcher
index c06be0a..b948bf5 100755
--- a/bin/dispatcher
+++ b/bin/dispatcher
@@ -1,6 +1,6 @@
#!/usr/bin/env sh
ROOT="$(pwd)"
-VERSION="1.2.5"
+VERSION="1.2.6"
cd "$(dirname "$0")" || exit
cd "../"
# Navigate to the root directory
diff --git a/bin/dispatcher.cmd b/bin/dispatcher.cmd
index 5d62a23..03fa4e7 100755
--- a/bin/dispatcher.cmd
+++ b/bin/dispatcher.cmd
@@ -33,7 +33,7 @@ set "JAVA_CMD=%JAVA_HOME%\bin\java.exe"
@REM Consolidate classpath entries, initialize ROOT and VERSION
set "ROOT=%~dp0..\"
-set "VERSION=1.2.5"
+set "VERSION=1.2.6"
set "classpath=%ROOT%target\classes;%ROOT%lib\tinystruct-%VERSION%-jar-with-dependencies.jar;%ROOT%lib\*;%ROOT%WEB-INF\lib\*;%ROOT%WEB-INF\classes;%USERPROFILE%\.m2\repository\org\tinystruct\tinystruct\%VERSION%\tinystruct-%VERSION%-jar-with-dependencies.jar"
@REM Run Java application
diff --git a/pom.xml b/pom.xml
index 8189aa6..fe0af05 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
org.tinystruct
tinystruct
- 1.2.5
+ 1.2.6