Skip to content

Commit 9b75fc5

Browse files
committed
Bump version of framework to 6.4.44
1 parent 45a3660 commit 9b75fc5

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Gemfile.lock

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (6.4.43)
4+
metasploit-framework (6.4.44)
55
aarch64
66
abbrev
77
actionpack (~> 7.0.0)

LICENSE_GEMS

+2-2
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ memory_profiler, 1.1.0, MIT
8888
metasm, 1.0.5, LGPL-2.1
8989
metasploit-concern, 5.0.3, "New BSD"
9090
metasploit-credential, 6.0.11, "New BSD"
91-
metasploit-framework, 6.4.43, "New BSD"
91+
metasploit-framework, 6.4.44, "New BSD"
9292
metasploit-model, 5.0.2, "New BSD"
9393
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
9494
metasploit_data_models, 6.0.5, "New BSD"
@@ -159,7 +159,7 @@ rex-powershell, 0.1.100, "New BSD"
159159
rex-random_identifier, 0.1.13, "New BSD"
160160
rex-registry, 0.1.5, "New BSD"
161161
rex-rop_builder, 0.1.5, "New BSD"
162-
rex-socket, 0.1.57, "New BSD"
162+
rex-socket, 0.1.58, "New BSD"
163163
rex-sslscan, 0.1.10, "New BSD"
164164
rex-struct2, 0.1.4, "New BSD"
165165
rex-text, 0.2.59, "New BSD"

lib/metasploit/framework/version.rb

+1-1
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.43"
35+
VERSION = "6.4.44"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)