Skip to content

Commit dff9854

Browse files
committed
#fix: Change cmake project version
1 parent e92a814 commit dff9854

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cmake_minimum_required(VERSION 3.15)
22
project(tinycoro
3-
VERSION 1.1
3+
VERSION 1.2
44
LANGUAGES CXX
55
DESCRIPTION "a high performance C++20 coroutine library combined with io_uring"
66
)

0 commit comments

Comments
 (0)