From a09b64b8d0a34ebc60cd5f656d2373eae6b96fa0 Mon Sep 17 00:00:00 2001 From: XLor Date: Sun, 15 Jan 2023 17:56:13 +0800 Subject: [PATCH] chore: release v0.3.2 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c92035a..9b893c5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0.0) -project(CatJudge VERSION 0.3.1) +project(CatJudge VERSION 0.3.2) set(IS_DEBUG CMAKE_BUILD_TYPE STREQUAL "Debug") if (${IS_DEBUG})