Skip to content

Commit 01de4d5

Browse files
committed
Release 0.2.7
1 parent cf9d39b commit 01de4d5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.3)
22

3-
set(LANTERN_VERSION 0.2.6)
3+
set(LANTERN_VERSION 0.2.7)
44

55
project(
66
LanternDB
@@ -275,6 +275,7 @@ set (_update_files
275275
sql/updates/0.2.3--0.2.4.sql
276276
sql/updates/0.2.4--0.2.5.sql
277277
sql/updates/0.2.5--0.2.6.sql
278+
sql/updates/0.2.6--0.2.7.sql
278279
)
279280

280281
# Generate version information for the binary

sql/updates/0.2.6--0.2.7.sql

Whitespace-only changes.

0 commit comments

Comments
 (0)