chore: bump version to v0.6.1

This commit is contained in:
鲁树人 2024-12-22 01:40:05 +09:00
parent fa80c2b4cd
commit e34a192f1c

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.14)
project(kgg-dec VERSION 0.6.0 LANGUAGES CXX)
project(kgg-dec VERSION 0.6.1 LANGUAGES CXX)
option(USE_SYSTEM_SQLITE3 "Use system SQLite3 (if not using WinSQLite3)" ON)
option(USE_OPENSSL "Use OpenSSL API (if not using WinCrypto API)" ON)