Skip to content

Commit

Permalink
Release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Mar 27, 2024
1 parent 2dd0d36 commit fbf0d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3)

set(LANTERN_VERSION 0.2.1)
set(LANTERN_VERSION 0.2.2)

project(
LanternDB
Expand Down Expand Up @@ -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
Expand Down
Empty file added sql/updates/0.2.1--0.2.2.sql
Empty file.

0 comments on commit fbf0d17

Please sign in to comment.