Skip to content

Commit e79161c

Browse files
committed
Bump version of framework to 6.2.2
1 parent 8ccc1eb commit e79161c

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.2.1)
4+
metasploit-framework (6.2.2)
55
actionpack (~> 6.0)
66
activerecord (~> 6.0)
77
activesupport (~> 6.0)

LICENSE_GEMS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ memory_profiler, 1.0.0, MIT
7878
metasm, 1.0.5, LGPL-2.1
7979
metasploit-concern, 4.0.4, "New BSD"
8080
metasploit-credential, 5.0.7, "New BSD"
81-
metasploit-framework, 6.2.1, "New BSD"
81+
metasploit-framework, 6.2.2, "New BSD"
8282
metasploit-model, 4.0.4, "New BSD"
8383
metasploit-payloads, 2.0.87, "3-clause (or ""modified"") BSD"
8484
metasploit_data_models, 5.0.5, "New BSD"

lib/metasploit/framework/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def self.get_hash
3030
end
3131
end
3232

33-
VERSION = "6.2.1"
33+
VERSION = "6.2.2"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)