From 88ba3eaf04ac8faa4c5e1584b14fca227dee104c Mon Sep 17 00:00:00 2001 From: XLor Date: Tue, 4 Oct 2022 03:55:24 +0800 Subject: [PATCH] chore: release v0.1.1 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bd1939d..9ea641d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,5 @@ cmake_minimum_required(VERSION 3.0.0) -project(CatJudge VERSION 0.1.0) +project(CatJudge VERSION 0.1.1) set(IS_DEBUG CMAKE_BUILD_TYPE STREQUAL "Debug") if (${IS_DEBUG})