Skip to content

Commit dba469e

Browse files
committed
bug fix release v0.1.1
1 parent 1d9d993 commit dba469e

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.14)
22
project(Bencode
33
DESCRIPTION "A modern C++ Bencode library"
44
LANGUAGES CXX
5-
VERSION 0.1.0)
5+
VERSION 0.1.1)
66

77
set(PROJECT_AUTHOR "fbdtemme")
88
# Make Find modules in cmake dir available

0 commit comments

Comments
 (0)