1
0
Fork 0
forked from blue/lmdbal

Release CI Workflow

This commit is contained in:
Blue 2023-10-14 15:09:50 -03:00
parent de210b44f5
commit 275406df61
Signed by untrusted user: blue
GPG key ID: 9B203B252A63EE38
3 changed files with 48 additions and 2 deletions

View file

@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.16)
project(LMDBAL
VERSION 0.4.0
VERSION 0.5.0
DESCRIPTION "LMDB (Lightning Memory-Mapped Database Manager) Abstraction Layer"
LANGUAGES CXX
)