Skip to content

Commit

Permalink
Release 0.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed May 4, 2024
1 parent aa9b4c2 commit cd7f187
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.6)
set(LANTERN_VERSION 0.2.7)

project(
LanternDB
Expand Down Expand Up @@ -275,6 +275,7 @@ set (_update_files
sql/updates/0.2.3--0.2.4.sql
sql/updates/0.2.4--0.2.5.sql
sql/updates/0.2.5--0.2.6.sql
sql/updates/0.2.6--0.2.7.sql
)

# Generate version information for the binary
Expand Down
Empty file added sql/updates/0.2.6--0.2.7.sql
Empty file.

0 comments on commit cd7f187

Please sign in to comment.