Skip to content

Commit 05e15ce

Browse files
committed
Bump version of framework to 4.14.13
1 parent a444444 commit 05e15ce

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
@@ -31,7 +31,7 @@ GIT
3131
PATH
3232
remote: .
3333
specs:
34-
metasploit-framework (4.14.12)
34+
metasploit-framework (4.14.13)
3535
actionpack (~> 4.2.6)
3636
activerecord (~> 4.2.6)
3737
activesupport (~> 4.2.6)
@@ -193,7 +193,7 @@ GEM
193193
i18n (0.8.1)
194194
jsobfu (0.4.2)
195195
rkelly-remix
196-
json (2.0.4)
196+
json (2.1.0)
197197
jwt (1.5.6)
198198
little-plugger (1.1.4)
199199
logging (2.2.2)

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

0 commit comments

Comments
 (0)