We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2a5d9a commit 7863ffbCopy full SHA for 7863ffb
1 file changed
src/stemming.h
@@ -26,7 +26,7 @@ namespace stemming
26
/// @brief The library's minor version.
27
constexpr int OLEANDER_STEM_MINOR_VERSION = 0;
28
/// @brief The library's patch version.
29
- constexpr int OLEANDER_STEM_PATCH_VERSION = 0;
+ constexpr int OLEANDER_STEM_PATCH_VERSION = 1;
30
/// @brief The library's tweak version.
31
constexpr int OLEANDER_STEM_TWEAK_VERSION = 0;
32
0 commit comments