Bumps the version

This commit is contained in:
erwanlr
2014-12-19 17:26:11 +01:00
parent 1f1a190c84
commit 921afb242e
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.6...master)
## Version 2.6
Released: 2014-12-??
Released: 2014-12-19
New
* Updates the readmes to reflect the new --usernames option

View File

@@ -34,7 +34,7 @@ WP_VERSIONS_XSD = File.join(DATA_DIR, 'wp_versions.xsd')
LOCAL_FILES_XSD = File.join(DATA_DIR, 'local_vulnerable_files.xsd')
USER_AGENTS_FILE = File.join(DATA_DIR, 'user-agents.txt')
WPSCAN_VERSION = '2.5.1'
WPSCAN_VERSION = '2.6'
$LOAD_PATH.unshift(LIB_DIR)
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)