Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Mar 10, 2023
1 parent 0f7a6e3 commit 31ca022
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
set(CMAKE_BUILD_TYPE Debug)

project(ueberzugpp LANGUAGES CXX VERSION 2.6.0)
project(ueberzugpp LANGUAGES CXX VERSION 2.7.0)

find_package(nlohmann_json REQUIRED)
find_package(CLI11 REQUIRED)
Expand Down

0 comments on commit 31ca022

Please sign in to comment.