From af4935725880584274376567e68f5098adae98a0 Mon Sep 17 00:00:00 2001 From: Lord Turmoil Date: Mon, 2 Dec 2024 16:14:52 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=8F=B7=EF=B8=8Fbump=20version=20to=201.0.?= =?UTF-8?q?0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6be3f74..560404e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,7 +6,7 @@ set(BINARY_NAME minetcore) set(CMAKE_CXX_STANDARD 17) project(${PROJECT_NAME} - VERSION 0.1.0 + VERSION 1.0.0 DESCRIPTION "A mini HTTP server library with C++" LANGUAGES CXX)