From 09c13a157a13d9082ae7dcc822e1718bafe54c1d Mon Sep 17 00:00:00 2001 From: owent Date: Sun, 13 Jun 2021 20:32:44 +0800 Subject: [PATCH] Update version Signed-off-by: owent --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ed91315..b1baddc 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,7 +9,7 @@ enable_testing() project( libcopp - VERSION "1.4.0" + VERSION "1.4.1" DESCRIPTION "Cross-platform coroutine library in C++ ." HOMEPAGE_URL "https://libcopp.atframe.work" LANGUAGES C CXX ASM)