Skip to content

Commit

Permalink
updated version string.
Browse files Browse the repository at this point in the history
  • Loading branch information
treefrogframework committed Nov 2, 2024
1 parent 8826ea2 commit e30f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
using namespace cpi;

// Version
constexpr auto CPI_VERSION_STR = "2.1.0";
constexpr auto CPI_VERSION_STR = "2.2.0";

#ifdef Q_CC_MSVC
constexpr auto DEFAULT_CONFIG = "[General]\n"
Expand Down

0 comments on commit e30f40b

Please sign in to comment.