Skip to content

Commit 729f2a9

Browse files
committed
Bump version of framework to 4.14.19
1 parent 6d81ca4 commit 729f2a9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Gemfile.lock

Lines changed: 3 additions & 3 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.18)
27+
metasploit-framework (4.14.19)
2828
actionpack (~> 4.2.6)
2929
activerecord (~> 4.2.6)
3030
activesupport (~> 4.2.6)
@@ -117,7 +117,7 @@ GEM
117117
addressable (2.5.1)
118118
public_suffix (~> 2.0, >= 2.0.2)
119119
arel (6.0.4)
120-
arel-helpers (2.3.0)
120+
arel-helpers (2.4.0)
121121
activerecord (>= 3.1.0, < 6)
122122
aruba (0.14.2)
123123
childprocess (~> 0.5.6)
@@ -258,7 +258,7 @@ GEM
258258
arel (>= 4.0.1)
259259
pg_array_parser (~> 0.0.9)
260260
public_suffix (2.0.5)
261-
rack (1.6.6)
261+
rack (1.6.7)
262262
rack-test (0.6.3)
263263
rack (>= 1.0)
264264
rails-deprecated_sanitizer (1.0.3)

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

0 commit comments

Comments
 (0)