Skip to content

Commit

Permalink
Bump version of framework to 4.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
msjenkins-r7 committed Aug 4, 2017
1 parent 7ce813a commit 83cd0bc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Expand Up @@ -7,7 +7,7 @@ GIT
PATH
remote: .
specs:
metasploit-framework (4.15.5)
metasploit-framework (4.15.6)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
Expand Down Expand Up @@ -164,7 +164,7 @@ GEM
activemodel (~> 4.2.6)
activesupport (~> 4.2.6)
railties (~> 4.2.6)
metasploit-credential (2.0.10)
metasploit-credential (2.0.11)
metasploit-concern
metasploit-model
metasploit_data_models
Expand Down
2 changes: 1 addition & 1 deletion lib/metasploit/framework/version.rb
Expand Up @@ -30,7 +30,7 @@ def self.get_hash
end
end

VERSION = "4.15.5"
VERSION = "4.15.6"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash
Expand Down

0 comments on commit 83cd0bc

Please sign in to comment.