diff --git a/README.md b/README.md
index 6d20ab3..fb9c82f 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
# ODF Validator
-Latest version is 0.16.1.
+Latest version is 0.16.2-SNAPSHOT.
## About
diff --git a/docs/developer/index.md b/docs/developer/index.md
index 69861e4..cbbdfd0 100644
--- a/docs/developer/index.md
+++ b/docs/developer/index.md
@@ -44,7 +44,7 @@ To include the core validation library in your project, add the following depend
org.openpreservation.odf
odf-core
- 0.16.1
+ 0.16.2-SNAPSHOT
```
diff --git a/odf-apps/pom.xml b/odf-apps/pom.xml
index 967986b..dd815d7 100644
--- a/odf-apps/pom.xml
+++ b/odf-apps/pom.xml
@@ -5,7 +5,7 @@
org.openpreservation.odf
odf-validator
- 0.16.1
+ 0.16.2-SNAPSHOT
../pom.xml
diff --git a/odf-core/pom.xml b/odf-core/pom.xml
index 3a2a7c6..477a3db 100644
--- a/odf-core/pom.xml
+++ b/odf-core/pom.xml
@@ -5,7 +5,7 @@
org.openpreservation.odf
odf-validator
- 0.16.1
+ 0.16.2-SNAPSHOT
../pom.xml
diff --git a/odf-reporting/pom.xml b/odf-reporting/pom.xml
index be5e6ed..08f9db6 100644
--- a/odf-reporting/pom.xml
+++ b/odf-reporting/pom.xml
@@ -5,7 +5,7 @@
org.openpreservation.odf
odf-validator
- 0.16.1
+ 0.16.2-SNAPSHOT
../pom.xml
diff --git a/odf-validator b/odf-validator
index e4c82e9..fa37377 100755
--- a/odf-validator
+++ b/odf-validator
@@ -78,5 +78,5 @@ fi
exec "$JAVACMD" -Dfile.encoding=UTF8 -XX:+IgnoreUnrecognizedVMOptions \
-Dapp.name="ODF Validator" \
- -jar odf-apps/target/odf-apps-0.16.1-jar-with-dependencies.jar \
+ -jar odf-apps/target/odf-apps-0.16.2-SNAPSHOT-jar-with-dependencies.jar \
"$@"
diff --git a/odf-validator.bat b/odf-validator.bat
index 76aedf2..3b345af 100644
--- a/odf-validator.bat
+++ b/odf-validator.bat
@@ -85,7 +85,7 @@ if NOT "%CLASSPATH_PREFIX%" == "" set CLASSPATH=%CLASSPATH_PREFIX%;%CLASSPATH%
@REM Reaching here means variables are defined and arguments have been captured
:endInit
-"%JAVACMD%" -Dfile.encoding=UTF8 -XX:+IgnoreUnrecognizedVMOptions -Dapp.name="ODF Validator" -jar .\odf-apps\target\odf-apps-0.16.1-jar-with-dependencies.jar %CMD_LINE_ARGS%
+"%JAVACMD%" -Dfile.encoding=UTF8 -XX:+IgnoreUnrecognizedVMOptions -Dapp.name="ODF Validator" -jar .\odf-apps\target\odf-apps-0.16.2-SNAPSHOT-jar-with-dependencies.jar %CMD_LINE_ARGS%
if %ERRORLEVEL% NEQ 0 goto error
goto end
diff --git a/pom.xml b/pom.xml
index 8de1569..ec684de 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
org.openpreservation.odf
odf-validator
- 0.16.1
+ 0.16.2-SNAPSHOT
pom