Skip to content

Commit f90911e

Browse files
committed
Bump version of framework to 4.14.14
1 parent 9f892c5 commit f90911e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ GIT
3131
PATH
3232
remote: .
3333
specs:
34-
metasploit-framework (4.14.13)
34+
metasploit-framework (4.14.14)
3535
actionpack (~> 4.2.6)
3636
activerecord (~> 4.2.6)
3737
activesupport (~> 4.2.6)

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

0 commit comments

Comments
 (0)