MINIFICPP-2090 Update version number to 0.14.0

Closes #1547
Signed-off-by: Marton Szasz <szaszm@apache.org>
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 8b39bf4..b9ac69d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -24,7 +24,7 @@
     cmake_policy(SET CMP0135 NEW) # policy to set the timestamps of extracted contents to the time of extraction
 endif()
 
-project(nifi-minifi-cpp VERSION 0.13.0)
+project(nifi-minifi-cpp VERSION 0.14.0)
 set(PROJECT_NAME "nifi-minifi-cpp")
 
 # Optional build number for linux distribution targets' tar.gz output
diff --git a/libminifi/CMakeLists.txt b/libminifi/CMakeLists.txt
index dc51d01..883948c 100644
--- a/libminifi/CMakeLists.txt
+++ b/libminifi/CMakeLists.txt
@@ -22,7 +22,7 @@
 if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.24)
     cmake_policy(SET CMP0135 NEW) # policy to set the timestamps of extracted contents to the time of extraction
 endif()
-project(nifi-libcore-minifi VERSION 0.13.0)
+project(nifi-libcore-minifi VERSION 0.14.0)
 set(PROJECT_NAME "nifi-libcore-minifi")
 
 if (WIN32)