aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksander Morgado <aleksandermj@chromium.org>2023-10-11 12:44:51 +0000
committerAleksander Morgado <aleksandermj@chromium.org>2023-10-11 12:45:04 +0000
commitbc7eda356bd57f7487053195b67d5dc12601e3ae (patch)
tree8c00b0348faad80d2cb332b650ca5c3276181f2b
parent03f786ce66360d67c669f4f122f8aa458e6f01ea (diff)
build: post-release version bump to 1.23.0
-rw-r--r--meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index 969fe3a2..6a9b5521 100644
--- a/meson.build
+++ b/meson.build
@@ -3,7 +3,7 @@
project(
'ModemManager', 'c',
- version: '1.22.0',
+ version: '1.23.0',
license: 'GPL2',
default_options: [
'buildtype=debugoptimized',