Skip to content

Commit

Permalink
version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeverous committed Apr 15, 2021
1 parent 051b01b commit bddc663
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.0.1
VERSION 1.1.0
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, 0, 1};
return {1, 1, 0};
}

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

0 comments on commit bddc663

Please sign in to comment.