a bug in readAll of cache
All checks were successful
Main LMDBAL workfow / Archlinux (push) Successful in 45s

This commit is contained in:
Blue 2023-11-10 19:27:04 -03:00
parent 3307860ca6
commit 77ba8f9e7b
Signed by: blue
GPG key ID: 9B203B252A63EE38
4 changed files with 7 additions and 3 deletions

View file

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