Release 1.3.1

Hotfix to 1.3.0 - new "journal space reservation" had a bug which
caused OSDs to crash with EC and without immediate_commit.
This commit is contained in:
Vitaliy Filippov
2023-12-04 18:35:09 +03:00
parent a5e3dfbc5a
commit a1c7cc3d8d
18 changed files with 24 additions and 24 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ cmake_minimum_required(VERSION 2.8.12)
project(vitastor)
set(VERSION "1.3.0")
set(VERSION "1.3.1")
add_subdirectory(src)