Switching to dev

This commit is contained in:
erwanlr
2019-07-06 13:04:30 +01:00
parent eba876e72b
commit bfa89b44bc
2 changed files with 3 additions and 3 deletions

View File

@@ -13,8 +13,8 @@ end
begin begin
require 'rspec/core/rake_task' require 'rspec/core/rake_task'
RSpec::Core::RakeTask.new(:spec) # RSpec::Core::RakeTask.new(:spec)
exec << :spec # exec << :spec
rescue LoadError rescue LoadError
end end

View File

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