From dc2c99434fb7209c4dc75e79c55c6422e93cf5ca Mon Sep 17 00:00:00 2001 From: erwanlr Date: Sun, 7 Jul 2019 12:19:05 +0100 Subject: [PATCH] Switching to master --- Rakefile | 4 ++-- lib/wpscan/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Rakefile b/Rakefile index 1dfd5999..21348df2 100644 --- a/Rakefile +++ b/Rakefile @@ -13,8 +13,8 @@ end begin require 'rspec/core/rake_task' - # RSpec::Core::RakeTask.new(:spec) - # exec << :spec + RSpec::Core::RakeTask.new(:spec) + exec << :spec rescue LoadError end diff --git a/lib/wpscan/version.rb b/lib/wpscan/version.rb index bb9c5768..9bcbe93d 100644 --- a/lib/wpscan/version.rb +++ b/lib/wpscan/version.rb @@ -2,5 +2,5 @@ # Version module WPScan - VERSION = '3.5.6-dev' + VERSION = '3.5.5' end