diff --git a/meson.build b/meson.build index fb6f658..8f3da91 100644 --- a/meson.build +++ b/meson.build @@ -3,7 +3,7 @@ project( # SQLiteCpp requires C++11 support default_options: ['cpp_std=c++11'], license: 'MIT', - version: '3.1.1', + version: '3.2.0', ) cxx = meson.get_compiler('cpp')