From b52f117a7f55504f1ed4849a0c2d0877ec72fcd9 Mon Sep 17 00:00:00 2001 From: ethicalhack3r Date: Wed, 11 Jul 2012 23:34:30 +0200 Subject: [PATCH] Version number bump to 2.0 --- .gitignore | 3 +++ lib/common_helper.rb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..2f4d59fc --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +cache +.DS_Store +.DS_Store? diff --git a/lib/common_helper.rb b/lib/common_helper.rb index 7d3238f9..d34d77a9 100644 --- a/lib/common_helper.rb +++ b/lib/common_helper.rb @@ -8,7 +8,7 @@ WPSCAN_LIB_DIR = LIB_DIR + "/wpscan" WPSTOOLS_LIB_DIR = LIB_DIR + "/wpstools" UPDATER_LIB_DIR = LIB_DIR + "/updater" -WPSCAN_VERSION = "1.1" +WPSCAN_VERSION = "2.0" require "#{LIB_DIR}/environment"