Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jstkdng committed Mar 15, 2023
1 parent d6a22c4 commit fa5bef6
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.7.1)
project(ueberzugpp LANGUAGES CXX VERSION 2.7.2)

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

0 comments on commit fa5bef6

Please sign in to comment.