diff --git a/meson.build b/meson.build index 63e4b61..51283d8 100755 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('iplan', 'rust', - version: '1.9.1', + version: '1.9.2', meson_version: '>= 0.59.0', default_options: [ 'warning_level=2', 'werror=false', ], )