Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Curve committed Oct 20, 2024
1 parent 606f4a5 commit 941fccf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.21)
project(pdfcomp LANGUAGES CXX VERSION 2.0.0)
project(pdfcomp LANGUAGES CXX VERSION 2.1.0)

# --------------------------------------------------------------------------------------------------------
# Setup Executable
Expand Down
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ int main(int argc, char **argv)
auto options = clap::Options{
"pdfcomp",
"A utility to compare PDF and image files",
"2.0.0",
"2.1.0",
};

options //
Expand Down

0 comments on commit 941fccf

Please sign in to comment.