From 217ad91b3ed311d58af71cc243d9167b8154f02a Mon Sep 17 00:00:00 2001 From: alandefreitas Date: Wed, 10 Jul 2024 18:23:39 -0300 Subject: [PATCH] chore: version is 0.0.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 484234a54..86ae5cde7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,7 +24,7 @@ endif() cmake_policy(SET CMP0111 OLD) project( MrDocs - VERSION 0.0.1 + VERSION 0.0.2 DESCRIPTION "C++ Documentation Tool" HOMEPAGE_URL "https://github.com/cppalliance/mrdocs" LANGUAGES CXX C