Skip to content

Commit

Permalink
version 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeverous committed Oct 21, 2021
1 parent b27d101 commit c0932bc
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
Expand Up @@ -12,7 +12,7 @@ if(${CMAKE_VERSION} VERSION_LESS 3.12)
endif()

project(filter_spirit
VERSION 1.2.1
VERSION 1.2.2
DESCRIPTION "advanced item filter generator for the game Path of Exile using own DSL and online APIs"
LANGUAGES C CXX)

Expand Down
2 changes: 1 addition & 1 deletion src/lib/fs/version.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ struct version_triplet

constexpr version_triplet current() noexcept
{
return {1, 2, 1};
return {1, 2, 2};
}

// C++20: use operator<=>
Expand Down

0 comments on commit c0932bc

Please sign in to comment.