Skip to content

Commit b8dad8d

Browse files
committed
Bump version of framework to 6.4.80
1 parent 5e6d442 commit b8dad8d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.79)
4+
metasploit-framework (6.4.80)
55
aarch64
66
abbrev
77
actionpack (~> 7.2.0)

LICENSE_GEMS

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ memory_profiler, 1.1.0, MIT
9696
metasm, 1.0.5, LGPL-2.1
9797
metasploit-concern, 5.0.5, "New BSD"
9898
metasploit-credential, 6.0.16, "New BSD"
99-
metasploit-framework, 6.4.79, "New BSD"
99+
metasploit-framework, 6.4.80, "New BSD"
100100
metasploit-model, 5.0.4, "New BSD"
101101
metasploit-payloads, 2.0.221, "3-clause (or ""modified"") BSD"
102102
metasploit_data_models, 6.0.9, "New BSD"
@@ -172,8 +172,8 @@ rex-java, 0.1.8, "New BSD"
172172
rex-mime, 0.1.11, "New BSD"
173173
rex-nop, 0.1.4, "New BSD"
174174
rex-ole, 0.1.9, "New BSD"
175-
rex-powershell, 0.1.101, "New BSD"
176-
rex-random_identifier, 0.1.16, "New BSD"
175+
rex-powershell, 0.1.103, "New BSD"
176+
rex-random_identifier, 0.1.20, "New BSD"
177177
rex-registry, 0.1.6, "New BSD"
178178
rex-rop_builder, 0.1.6, "New BSD"
179179
rex-socket, 0.1.62, "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.79"
35+
VERSION = "6.4.80"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)