From fc5a7089388c1752d0902d9a51aa1bc3386c7cd3 Mon Sep 17 00:00:00 2001 From: Alan de Freitas Date: Thu, 30 Oct 2025 11:55:39 -0500 Subject: [PATCH] chore: version is 0.8.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 059f5da5cc..3fc023be48 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -17,7 +17,7 @@ cmake_minimum_required(VERSION 3.13) project( MrDocs - VERSION 0.0.5 + VERSION 0.8.0 DESCRIPTION "C++ Documentation Tool" HOMEPAGE_URL "https://github.com/cppalliance/mrdocs" LANGUAGES CXX C