Skip to content

Commit f80c053

Browse files
committed
Bump version of framework to 4.15.2
1 parent 2a1c661 commit f80c053

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GIT
1313
PATH
1414
remote: .
1515
specs:
16-
metasploit-framework (4.15.1)
16+
metasploit-framework (4.15.2)
1717
actionpack (~> 4.2.6)
1818
activerecord (~> 4.2.6)
1919
activesupport (~> 4.2.6)
@@ -274,7 +274,7 @@ GEM
274274
rex-arch
275275
rex-ole (0.1.6)
276276
rex-text
277-
rex-powershell (0.1.72)
277+
rex-powershell (0.1.73)
278278
rex-random_identifier
279279
rex-text
280280
rex-random_identifier (0.1.2)
@@ -377,4 +377,4 @@ DEPENDENCIES
377377
yard
378378

379379
BUNDLED WITH
380-
1.15.1
380+
1.15.2

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.1"
33+
VERSION = "4.15.2"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)