From 16b0e4f40c23d5a62e843dea21293b8ec9ee56ae Mon Sep 17 00:00:00 2001 From: XLor Date: Mon, 14 Aug 2023 23:54:41 +0800 Subject: [PATCH] chore: release v0.3.6 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 361e85f..18c76bb 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0.0) -project(CatJudge VERSION 0.3.5) +project(CatJudge VERSION 0.3.6) set(IS_DEBUG CMAKE_BUILD_TYPE STREQUAL "Debug") if (${IS_DEBUG})