Skip to content

Commit

Permalink
Release 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Ngalstyan4 committed Aug 6, 2023
1 parent 4f0174c commit e63af5c
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.2)
set(LANTERNDB_VERSION 0.0.3)

project(
LanternDB
Expand Down Expand Up @@ -126,7 +126,7 @@ target_compile_definitions(lanterndb PRIVATE _GNU_SOURCE)
set(_script_file "lanterndb--${LANTERNDB_VERSION}.sql")
set (_update_files
sql/updates/0.0.1--0.0.2.sql
sql/updates/0.0.2--latest.sql)
sql/updates/0.0.2--0.0.3.sql)

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

0 comments on commit e63af5c

Please sign in to comment.