diff --git a/meson.build b/meson.build index cf4fa32..4c359e7 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('f00bar', 'c', - version: '1.0.0', + version: '1.0.1', license: 'MIT', meson_version: '>=0.48.0', default_options: ['c_std=c11', 'warning_level=1', 'werror=true'])