Skip to content

Commit 5e2fab2

Browse files
committed
Bump version of framework to 6.4.30
1 parent f5a1ab1 commit 5e2fab2

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

LICENSE_GEMS

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ bindata, 2.4.15, "Simplified BSD"
3131
bootsnap, 1.18.3, MIT
3232
bson, 5.0.0, "Apache 2.0"
3333
builder, 3.3.0, MIT
34-
bundler, 2.5.20, MIT
34+
bundler, 2.5.10, MIT
3535
byebug, 11.1.3, "Simplified BSD"
3636
chunky_png, 1.4.0, MIT
3737
coderay, 1.1.3, MIT
@@ -86,7 +86,7 @@ memory_profiler, 1.0.1, MIT
8686
metasm, 1.0.5, LGPL-2.1
8787
metasploit-concern, 5.0.2, "New BSD"
8888
metasploit-credential, 6.0.9, "New BSD"
89-
metasploit-framework, 6.4.29, "New BSD"
89+
metasploit-framework, 6.4.30, "New BSD"
9090
metasploit-model, 5.0.2, "New BSD"
9191
metasploit-payloads, 2.0.166, "3-clause (or ""modified"") BSD"
9292
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.4.29"
35+
VERSION = "6.4.30"
3636
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3737
PRERELEASE = 'dev'
3838
HASH = get_hash

0 commit comments

Comments
 (0)