Skip to content

Commit 66b1a55

Browse files
committed
Bump version of framework to 4.16.25
1 parent 3d76c36 commit 66b1a55

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.16.24)
4+
metasploit-framework (4.16.25)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -137,7 +137,7 @@ GEM
137137
multi_json (~> 1.11)
138138
os (~> 0.9)
139139
signet (~> 0.7)
140-
grpc (1.7.3)
140+
grpc (1.8.0)
141141
google-protobuf (~> 3.1)
142142
googleapis-common-protos-types (~> 1.0.0)
143143
googleauth (>= 0.5.1, < 0.7)
@@ -231,8 +231,8 @@ GEM
231231
rack (>= 1.0)
232232
rails-deprecated_sanitizer (1.0.3)
233233
activesupport (>= 4.2.0.alpha)
234-
rails-dom-testing (1.0.8)
235-
activesupport (>= 4.2.0.beta, < 5.0)
234+
rails-dom-testing (1.0.9)
235+
activesupport (>= 4.2.0, < 5.0)
236236
nokogiri (~> 1.6)
237237
rails-deprecated_sanitizer (>= 1.0.1)
238238
rails-html-sanitizer (1.0.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.16.24"
33+
VERSION = "4.16.25"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)