Skip to content

Commit 64be670

Browse files
committed
Bump version of framework to 6.4.48
1 parent 7d1c008 commit 64be670

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.47)
4+
metasploit-framework (6.4.48)
55
aarch64
66
abbrev
77
actionpack (~> 7.0.0)

LICENSE_GEMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ memory_profiler, 1.1.0, MIT
9090
metasm, 1.0.5, LGPL-2.1
9191
metasploit-concern, 5.0.3, "New BSD"
9292
metasploit-credential, 6.0.11, "New BSD"
93-
metasploit-framework, 6.4.47, "New BSD"
93+
metasploit-framework, 6.4.48, "New BSD"
9494
metasploit-model, 5.0.2, "New BSD"
9595
metasploit-payloads, 2.0.189, "3-clause (or ""modified"") BSD"
9696
metasploit_data_models, 6.0.5, "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.47"
35+
VERSION = "6.4.48"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)