diff --git a/CMakeLists.txt b/CMakeLists.txt index 1dee64e..6ad04fa 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ if(POLICY CMP0020) cmake_policy(SET CMP0020 NEW) endif() -set(SEGMENTOR_VERSION 0.4.5) +set(SEGMENTOR_VERSION 0.4.6) project(Segmentor VERSION ${SEGMENTOR_VERSION})