diff --git a/config.cmake b/config.cmake
index c5cbb3ed1858c3ef6ddef2481c7ab72cbceea030..08b59be7b31bbf9d68461dff587d57985b3205ef 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 27)
+    set(Simox_PATCH_VERSION 28)
     set(Simox_VERSION
     ${Simox_MAJOR_VERSION}.${Simox_MINOR_VERSION}.${Simox_PATCH_VERSION})