Skip to content

Commit 643a551

Browse files
committed
Bump version of framework to 4.13.1
1 parent 00e4a88 commit 643a551

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Gemfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.0)
4+
metasploit-framework (4.13.1)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -153,24 +153,24 @@ GEM
153153
loofah (2.0.3)
154154
nokogiri (>= 1.5.9)
155155
metasm (1.0.2)
156-
metasploit-concern (2.0.1)
156+
metasploit-concern (2.0.2)
157157
activemodel (~> 4.2.6)
158158
activesupport (~> 4.2.6)
159159
railties (~> 4.2.6)
160-
metasploit-credential (2.0.5)
160+
metasploit-credential (2.0.7)
161161
metasploit-concern
162162
metasploit-model
163163
metasploit_data_models
164164
pg
165165
railties
166166
rubyntlm
167167
rubyzip
168-
metasploit-model (2.0.0)
168+
metasploit-model (2.0.2)
169169
activemodel (~> 4.2.6)
170170
activesupport (~> 4.2.6)
171171
railties (~> 4.2.6)
172172
metasploit-payloads (1.1.29)
173-
metasploit_data_models (2.0.6)
173+
metasploit_data_models (2.0.8)
174174
activerecord (~> 4.2.6)
175175
activesupport (~> 4.2.6)
176176
arel-helpers
@@ -196,7 +196,7 @@ GEM
196196
network_interface (0.0.1)
197197
nokogiri (1.6.8.1)
198198
mini_portile2 (~> 2.1.0)
199-
octokit (4.6.0)
199+
octokit (4.6.1)
200200
sawyer (~> 0.8.0, >= 0.5.3)
201201
openssl-ccm (1.2.1)
202202
openvas-omp (0.0.4)
@@ -273,7 +273,7 @@ GEM
273273
metasm
274274
rex-core
275275
rex-text
276-
rex-socket (0.1.0)
276+
rex-socket (0.1.1)
277277
rex-core
278278
rex-sslscan (0.1.0)
279279
rex-socket

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

0 commit comments

Comments
 (0)