Skip to content

Commit 03691cc

Browse files
committed
Bump version of framework to 4.15.1
1 parent 6793dd2 commit 03691cc

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
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.15.0)
4+
metasploit-framework (4.15.1)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -358,7 +358,7 @@ GEM
358358
sawyer (0.8.1)
359359
addressable (>= 2.3.5, < 2.6)
360360
faraday (~> 0.8, < 1.0)
361-
shoulda-matchers (3.1.1)
361+
shoulda-matchers (3.1.2)
362362
activesupport (>= 4.0.0)
363363
signet (0.7.3)
364364
addressable (~> 2.3)

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

0 commit comments

Comments
 (0)