diff --git a/config.cmake b/config.cmake
index f6884e7a463876ae7d1c3cbc646f72afd63afca4..f6265f7bd89b91c2d56ef49bc60585b8e257c575 100644
--- a/config.cmake
+++ b/config.cmake
@@ -50,7 +50,7 @@ IF (NOT Simox_CONFIGURED)
     ############################# VERSION #################################
     set(Simox_MAJOR_VERSION 2)
     set(Simox_MINOR_VERSION 3)
-    set(Simox_PATCH_VERSION 70)
+    set(Simox_PATCH_VERSION 71)
     set(Simox_VERSION
     ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})