build: unstable release version bump to 1.23.1
diff --git a/meson.build b/meson.build
index 92112d6..5c6683c 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
 
 project(
   'ModemManager', 'c',
-  version: '1.23.0',
+  version: '1.23.1',
   license: 'GPL2',
   default_options: [
     'buildtype=debugoptimized',