Skip to content

Commit

Permalink
Release Lantern v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Nov 18, 2023
1 parent 6a31a91 commit ce87c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.3)

set(LANTERNDB_VERSION 0.0.4)
set(LANTERNDB_VERSION 0.0.5)

project(
LanternDB
Expand Down Expand Up @@ -163,7 +163,7 @@ endif()

set(_script_file "lantern--${LANTERNDB_VERSION}.sql")
set (_update_files
sql/updates/0.0.4--latest.sql)
sql/updates/0.0.4--0.0.5.sql)

add_custom_command(
OUTPUT ${CMAKE_BINARY_DIR}/${_script_file}
Expand Down
File renamed without changes.

0 comments on commit ce87c9b

Please sign in to comment.