diff --git a/CMakeLists.txt b/CMakeLists.txt
index 16081722b..4e9ea35a2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -2,7 +2,7 @@
 # SPDX-License-Identifier: BSL-1.0
 
 cmake_minimum_required(VERSION 3.10.2)
-project(XRT VERSION 0.4.0)
+project(XRT VERSION 0.4.1)
 
 # CMake 3.11 introduced CMP0072 - Prefer GLVND
 if(POLICY CMP0072)
diff --git a/meson.build b/meson.build
index a196ec913..699bbecaf 100644
--- a/meson.build
+++ b/meson.build
@@ -4,7 +4,7 @@
 project(
 	'xrt',
 	['c', 'cpp'],
-	version: '0.4.0',
+	version: '0.4.1',
 	license: 'BSL-1.0',
 	meson_version: '>=0.49.0',
 	default_options: [