Skip to content

Commit 8858537

Browse files
author
jenkins-metasploit
committed
Bump version of framework to 6.4.126
1 parent 3f83860 commit 8858537

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.4.125)
4+
metasploit-framework (6.4.126)
55
aarch64
66
abbrev
77
actionpack (~> 7.2.0)

LICENSE_GEMS

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ base64, 0.3.0, "ruby, Simplified BSD"
2727
bcrypt, 3.1.20, MIT
2828
bcrypt_pbkdf, 1.1.1, MIT
2929
benchmark, 0.4.1, "ruby, Simplified BSD"
30-
bigdecimal, 3.2.3, "ruby, Simplified BSD"
30+
bigdecimal, 3.3.1, "ruby, Simplified BSD"
3131
bindata, 2.4.15, "Simplified BSD"
3232
bootsnap, 1.18.4, MIT
3333
bson, 5.1.1, "Apache 2.0"
@@ -97,7 +97,7 @@ memory_profiler, 1.1.0, MIT
9797
metasm, 1.0.5, LGPL-2.1
9898
metasploit-concern, 5.0.5, "New BSD"
9999
metasploit-credential, 6.0.20, "New BSD"
100-
metasploit-framework, 6.4.125, "New BSD"
100+
metasploit-framework, 6.4.126, "New BSD"
101101
metasploit-model, 5.0.4, "New BSD"
102102
metasploit-payloads, 2.0.242, "3-clause (or ""modified"") BSD"
103103
metasploit_data_models, 6.0.15, "New BSD"
@@ -167,8 +167,8 @@ reline, 0.6.2, ruby
167167
require_all, 3.0.0, MIT
168168
rest-client, 2.1.0, MIT
169169
rex-arch, 0.1.19, "New BSD"
170-
rex-bin_tools, 0.1.10, "New BSD"
171-
rex-core, 0.1.35, "New BSD"
170+
rex-bin_tools, 0.1.15, "New BSD"
171+
rex-core, 0.1.36, "New BSD"
172172
rex-encoder, 0.1.8, "New BSD"
173173
rex-exploitation, 0.1.44, "New BSD"
174174
rex-java, 0.1.8, "New BSD"

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ def self.get_hash
3232
end
3333
end
3434

35-
VERSION = "6.4.125"
35+
VERSION = "6.4.126"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)