From acfb5f272c1a57ce0916bba3f26565220558fab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=B2=81=E6=A0=91=E4=BA=BA?= Date: Fri, 20 Dec 2024 02:01:46 +0000 Subject: [PATCH] chore: bump to v0.6.0 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index abaca50..f82e934 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.10) -project(kgg-dec VERSION 0.5.1 LANGUAGES CXX) +project(kgg-dec VERSION 0.6.0 LANGUAGES CXX) add_subdirectory(third-party/aes) add_subdirectory(third-party/md5)