Bump wpscan version

This commit is contained in:
ethicalhack3r
2016-11-15 20:37:07 +01:00
parent f0f21f5ac2
commit 6e98678c3c
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)