chore: release v0.8.1 (#1798)

This commit is contained in:
zealdocs-ci[bot]
2026-04-05 01:36:36 +03:00
committed by GitHub
parent 80afb8f7a8
commit 7f53263d5d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
{
".": "0.8.0"
".": "0.8.1"
}
+1 -1
View File
@@ -19,7 +19,7 @@ project(Zeal
LANGUAGES CXX
)
set(ZEAL_RELEASE_VERSION "0.8.0") # x-release-please-version
set(ZEAL_RELEASE_VERSION "0.8.1") # x-release-please-version
option(ZEAL_USE_CLANG_TIDY "Enable clang-tidy static analysis" OFF)
if(ZEAL_USE_CLANG_TIDY)