Skip to content

Commit

Permalink
Release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Feb 8, 2024
1 parent 29ad367 commit 5cea216
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.1.0)
set(LANTERN_VERSION 0.1.1)

project(
LanternDB
Expand Down Expand Up @@ -260,6 +260,7 @@ set (_update_files
sql/updates/0.0.10--0.0.11.sql
sql/updates/0.0.11--0.0.12.sql
sql/updates/0.0.12--0.1.0.sql
sql/updates/0.1.0--0.1.1.sql
)

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

0 comments on commit 5cea216

Please sign in to comment.