diff --git a/meson.build b/meson.build index 704e77fa..af8a5e03 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( # SQLiteCpp requires C++11 support default_options: ['cpp_std=c++11', 'warning_level=3'], license: 'MIT', - version: '3.2.1', + version: '3.3.0', ) cxx = meson.get_compiler('cpp')