Bumping 2.4

This commit is contained in:
erwanlr
2014-04-17 14:59:55 +02:00
parent 91659a32af
commit 8a661088bb
2 changed files with 5 additions and 5 deletions

View File

@@ -3,7 +3,7 @@
[Work in progress](https://github.com/wpscanteam/wpscan/compare/2.4...master)
## Version 2.4
Released: 2014-mm-dd
Released: 2014-04-17
New
* '--batch' switch option added - Fix #454

View File

@@ -34,7 +34,7 @@ WP_VERSIONS_XSD = DATA_DIR + '/wp_versions.xsd'
LOCAL_FILES_XSD = DATA_DIR + '/local_vulnerable_files.xsd'
USER_AGENTS_FILE = DATA_DIR + '/user-agents.txt'
WPSCAN_VERSION = '2.3'
WPSCAN_VERSION = '2.4'
$LOAD_PATH.unshift(LIB_DIR)
$LOAD_PATH.unshift(WPSCAN_LIB_DIR)