Skip to content

Commit 83cd0bc

Browse files
committed
Bump version of framework to 4.15.6
1 parent 7ce813a commit 83cd0bc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ GIT
77
PATH
88
remote: .
99
specs:
10-
metasploit-framework (4.15.5)
10+
metasploit-framework (4.15.6)
1111
actionpack (~> 4.2.6)
1212
activerecord (~> 4.2.6)
1313
activesupport (~> 4.2.6)
@@ -164,7 +164,7 @@ GEM
164164
activemodel (~> 4.2.6)
165165
activesupport (~> 4.2.6)
166166
railties (~> 4.2.6)
167-
metasploit-credential (2.0.10)
167+
metasploit-credential (2.0.11)
168168
metasploit-concern
169169
metasploit-model
170170
metasploit_data_models

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "4.15.5"
33+
VERSION = "4.15.6"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)