diff --git a/src/http/Protocol.cpp b/src/http/Protocol.cpp index 6efe7b615..4650937e0 100644 --- a/src/http/Protocol.cpp +++ b/src/http/Protocol.cpp @@ -27,7 +27,7 @@ static const char * const STR_SET_LOGIN = "set-login"; static const char * const STR_ASSOCIATE = "associate"; static const char * const STR_TEST_ASSOCIATE = "test-associate"; static const char * const STR_GENERATE_PASSWORD = "generate-password"; -static const char * const STR_VERSION = "1.8.4.0"; +static const char * const STR_VERSION = "1.8.4.1"; // TODO: not true, need to incorporate change of listener host }/*namespace KeepassHttpProtocol*/