diff --git a/CMakeLists.txt b/CMakeLists.txt index 24f2a8f2..365f88c7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.3) -set(LANTERN_VERSION 0.2.1) +set(LANTERN_VERSION 0.2.2) project( LanternDB @@ -269,6 +269,7 @@ endif() set (_update_files sql/updates/0.2.0--0.2.1.sql + sql/updates/0.2.1--0.2.2.sql ) # Generate version information for the binary diff --git a/sql/updates/0.2.1--0.2.2.sql b/sql/updates/0.2.1--0.2.2.sql new file mode 100644 index 00000000..e69de29b