diff --git a/src/core/Kiwi.cpp b/src/core/Kiwi.cpp index ad808c78..00e68356 100644 --- a/src/core/Kiwi.cpp +++ b/src/core/Kiwi.cpp @@ -881,7 +881,7 @@ void Kiwi::clearCache() const char* Kiwi::getVersion() { - return "0.9.1"; + return "0.9.3"; } std::u16string Kiwi::toU16(const std::string & str)