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