Skip to content

Commit

Permalink
Bumps version
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanlr committed Nov 11, 2019
1 parent edebc77 commit e9a5bc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@ exec = []

begin
require 'rubocop/rake_task'

RuboCop::RakeTask.new

exec << :rubocop
rescue LoadError
end

begin
require 'rspec/core/rake_task'

RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = %w{--tag ~slow}
end
RSpec::Core::RakeTask.new(:spec) { |t| t.rspec_opts = %w{--tag ~slow} }

exec << :spec
rescue LoadError
Expand Down
2 changes: 1 addition & 1 deletion lib/wpscan/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

# Version
module WPScan
VERSION = '3.7.4'
VERSION = '3.7.5'
end

0 comments on commit e9a5bc6

Please sign in to comment.