Skip to content

Commit be926e1

Browse files
committed
Bump version of framework to 4.15.7
1 parent 71d26a2 commit be926e1

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.15.6)
4+
metasploit-framework (4.15.7)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -135,7 +135,7 @@ GEM
135135
multi_json (~> 1.11)
136136
os (~> 0.9)
137137
signet (~> 0.7)
138-
grpc (1.4.1)
138+
grpc (1.4.5)
139139
google-protobuf (~> 3.1)
140140
googleauth (~> 0.5.1)
141141
hashery (2.1.2)
@@ -159,7 +159,7 @@ GEM
159159
activemodel (~> 4.2.6)
160160
activesupport (~> 4.2.6)
161161
railties (~> 4.2.6)
162-
metasploit-credential (2.0.11)
162+
metasploit-credential (2.0.12)
163163
metasploit-concern
164164
metasploit-model
165165
metasploit_data_models
@@ -306,7 +306,7 @@ GEM
306306
rspec-mocks (3.6.0)
307307
diff-lcs (>= 1.2.0, < 2.0)
308308
rspec-support (~> 3.6.0)
309-
rspec-rails (3.6.0)
309+
rspec-rails (3.6.1)
310310
actionpack (>= 3.0)
311311
activesupport (>= 3.0)
312312
railties (>= 3.0)

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

0 commit comments

Comments
 (0)