diff --git a/Makefile b/Makefile
index 48ba9ee..e2c3a6b 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,8 @@ include $(ROOT)/Makefile.base.mk
# src/CardinalCommon.cpp `CARDINAL_VERSION`
# src/CardinalPlugin.cpp `getVersion`
# utils/macOS/Info_{JACK,Native}.plist
-VERSION = 23.09
+# jucewrapper/CMakeLists.txt src/CardinalCommon.cpp src/CardinalPlugin.cpp utils/macOS/Info_{JACK,Native}.plist
+VERSION = 23.10
# --------------------------------------------------------------
# Build targets
diff --git a/jucewrapper/CMakeLists.txt b/jucewrapper/CMakeLists.txt
index adeacef..6239e25 100644
--- a/jucewrapper/CMakeLists.txt
+++ b/jucewrapper/CMakeLists.txt
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
-project(Cardinal VERSION 23.09)
+project(Cardinal VERSION 23.10)
include(FetchContent)
FetchContent_Declare(JUCE
diff --git a/src/CardinalCommon.cpp b/src/CardinalCommon.cpp
index 55a1aeb..403a605 100644
--- a/src/CardinalCommon.cpp
+++ b/src/CardinalCommon.cpp
@@ -110,7 +110,7 @@ void destroyStaticPlugins();
}
}
-const std::string CARDINAL_VERSION = "23.09";
+const std::string CARDINAL_VERSION = "23.10";
START_NAMESPACE_DISTRHO
diff --git a/src/CardinalPlugin.cpp b/src/CardinalPlugin.cpp
index 5b9fb3a..9e7414b 100644
--- a/src/CardinalPlugin.cpp
+++ b/src/CardinalPlugin.cpp
@@ -417,7 +417,7 @@ protected:
uint32_t getVersion() const override
{
- return d_version(0, 23, 9);
+ return d_version(0, 23, 10);
}
int64_t getUniqueId() const override
diff --git a/utils/macOS/Info_JACK.plist b/utils/macOS/Info_JACK.plist
index 06413d0..4b6644c 100644
--- a/utils/macOS/Info_JACK.plist
+++ b/utils/macOS/Info_JACK.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
studio.kx.distrho.cardinal.jack
CFBundleShortVersionString
- 23.09
+ 23.10
LSMinimumSystemVersion
10.15
NSHumanReadableCopyright
diff --git a/utils/macOS/Info_Native.plist b/utils/macOS/Info_Native.plist
index be6c6eb..e1e6d35 100644
--- a/utils/macOS/Info_Native.plist
+++ b/utils/macOS/Info_Native.plist
@@ -11,7 +11,7 @@
CFBundleIdentifier
studio.kx.distrho.cardinal.native
CFBundleShortVersionString
- 23.09
+ 23.10
LSMinimumSystemVersion
10.15
NSHumanReadableCopyright