Switcing back to master

This commit is contained in:
erwanlr
2019-07-09 15:07:42 +01:00
parent 91db6773a0
commit bd8915918d
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -2,5 +2,5 @@
# Version
module WPScan
VERSION = '3.6.0-dev'
VERSION = '3.5.5'
end