Skip to content

Commit c54c999

Browse files
committed
Bump version of framework to 4.14.21
1 parent 22828fc commit c54c999

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ GIT
2424
PATH
2525
remote: .
2626
specs:
27-
metasploit-framework (4.14.20)
27+
metasploit-framework (4.14.21)
2828
actionpack (~> 4.2.6)
2929
activerecord (~> 4.2.6)
3030
activesupport (~> 4.2.6)
@@ -404,4 +404,4 @@ DEPENDENCIES
404404
yard
405405

406406
BUNDLED WITH
407-
1.14.6
407+
1.15.0

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 = "4.14.20"
33+
VERSION = "4.14.21"
3434
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
3535
PRERELEASE = 'dev'
3636
HASH = get_hash

0 commit comments

Comments
 (0)