Updated keepasshttp version number.

This commit is contained in:
Keith Bennett 2014-03-22 16:23:23 +00:00
parent a9a724714f
commit 61ada66e3a

View File

@ -33,7 +33,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.7.0.0";
static const char * const STR_VERSION = "1.8.3.0";
}/*namespace KeepassHttpProtocol*/