Skip to content

Commit 21d23be

Browse files
committed
Bump version of framework to 6.3.45
1 parent 4321aaf commit 21d23be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.3.44)
4+
metasploit-framework (6.3.45)
55
actionpack (~> 7.0.0)
66
activerecord (~> 7.0.0)
77
activesupport (~> 7.0.0)

LICENSE_GEMS

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ memory_profiler, 1.0.1, MIT
8080
metasm, 1.0.5, LGPL-2.1
8181
metasploit-concern, 5.0.2, "New BSD"
8282
metasploit-credential, 6.0.6, "New BSD"
83-
metasploit-framework, 6.3.44, "New BSD"
83+
metasploit-framework, 6.3.45, "New BSD"
8484
metasploit-model, 5.0.2, "New BSD"
8585
metasploit-payloads, 2.0.159, "3-clause (or ""modified"") BSD"
8686
metasploit_data_models, 6.0.3, "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.3.44"
35+
VERSION = "6.3.45"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)