Missing bump of version number in CMakeLists.txt

Based on https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator/pull/74
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5895e6f..40a45d8 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 3.25)
 
-project(D3D12MemoryAllocator VERSION 3.0.0)
+project(D3D12MemoryAllocator VERSION 3.0.1)
 
 set_property(GLOBAL PROPERTY USE_FOLDERS ON)