diff --git a/CMakeLists.txt b/CMakeLists.txt
index e58700652..d4c7f4f26 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -106,7 +106,7 @@ endif()
 #=======================================================================================================================
 # It's simplest to keep the project name all lower-case as it means we can use a lot more of the default settings for
 # Linux packaging (where directory names etc are expected to be all lower-case).
-project(brewtarget VERSION 3.0.10 LANGUAGES CXX)
+project(brewtarget VERSION 3.0.11 LANGUAGES CXX)
 message(STATUS "Building ${PROJECT_NAME} version ${PROJECT_VERSION}")
 message(STATUS "PROJECT_SOURCE_DIR is ${PROJECT_SOURCE_DIR}")
 # Sometimes we do need the capitalised version of the project name
diff --git a/meson.build b/meson.build
index ef2beb2f4..03a6470a4 100644
--- a/meson.build
+++ b/meson.build
@@ -179,7 +179,7 @@
 #
 #
 project('brewtarget', 'cpp',
-        version: '3.0.10',
+        version: '3.0.11',
         license: 'GPL-3.0-or-later',
         meson_version: '>=0.60.0',
         default_options : ['cpp_std=c++20',