Skip to content

Commit 08f622b

Browse files
committed
update version
1 parent d6e966b commit 08f622b

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.32)
4+
metasploit-framework (5.0.0)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -182,13 +182,13 @@ GEM
182182
activesupport (~> 4.2.6)
183183
railties (~> 4.2.6)
184184
metasploit-payloads (1.3.25)
185-
metasploit_data_models (2.0.15)
185+
metasploit_data_models (2.0.16)
186186
activerecord (~> 4.2.6)
187187
activesupport (~> 4.2.6)
188188
arel-helpers
189189
metasploit-concern
190190
metasploit-model
191-
pg
191+
pg (= 0.20.0)
192192
postgres_ext
193193
railties (~> 4.2.6)
194194
recog (~> 2.0)
@@ -203,7 +203,7 @@ GEM
203203
nessus_rest (0.1.6)
204204
net-ssh (4.2.0)
205205
network_interface (0.0.2)
206-
nexpose (7.1.1)
206+
nexpose (7.2.0)
207207
nokogiri (1.8.1)
208208
mini_portile2 (~> 2.3.0)
209209
octokit (4.8.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.16.32"
33+
VERSION = "5.0.0"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)