Skip to content

Commit 40bd709

Browse files
committed
bump version
1 parent 221a75a commit 40bd709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.10)
22
set(CMAKE_CXX_STANDARD 17)
33
set(CMAKE_CXX_STANDARD_REQUIRED ON)
44

5-
project(cgproxy VERSION 0.13)
5+
project(cgproxy VERSION 0.14)
66
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wno-unused-result")
77

88
option(with_execsnoop "enable program level proxy control feature, need bcc installed" ON)

0 commit comments

Comments
 (0)