diff --git a/CHANGELOG.md b/CHANGELOG.md index 39b04e88..4dded9fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ [Work in progress](https://github.com/wpscanteam/wpscan/compare/2.9.2...master) ## Version 2.9.2 -Released: 2016-XX-XX +Released: 2016-11-15 * Fixed error when detecting plugins with UTF-8 characters * Use all possible finders to verify a detected version diff --git a/lib/common/common_helper.rb b/lib/common/common_helper.rb index 7a32b517..ac065696 100644 --- a/lib/common/common_helper.rb +++ b/lib/common/common_helper.rb @@ -30,7 +30,7 @@ LAST_UPDATE_FILE = File.join(DATA_DIR, '.last_update') MIN_RUBY_VERSION = '2.1.9' -WPSCAN_VERSION = '2.9.1' +WPSCAN_VERSION = '2.9.2' $LOAD_PATH.unshift(LIB_DIR) $LOAD_PATH.unshift(WPSCAN_LIB_DIR)