Skip to content

Commit 0f4e03b

Browse files
committed
Bump version of framework to 4.13.27
1 parent 43550b8 commit 0f4e03b

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

Gemfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.26)
4+
metasploit-framework (4.13.27)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -113,7 +113,7 @@ GEM
113113
childprocess (0.5.9)
114114
ffi (~> 1.0, >= 1.0.11)
115115
coderay (1.1.1)
116-
contracts (0.14.0)
116+
contracts (0.15.0)
117117
cucumber (2.4.0)
118118
builder (>= 2.1.2)
119119
cucumber-core (~> 1.5.0)
@@ -145,7 +145,7 @@ GEM
145145
filesize (0.1.1)
146146
fivemat (1.3.2)
147147
gherkin (4.0.0)
148-
i18n (0.8.0)
148+
i18n (0.8.1)
149149
jsobfu (0.4.2)
150150
rkelly-remix
151151
json (2.0.3)
@@ -315,7 +315,7 @@ GEM
315315
sqlite3 (1.3.13)
316316
sshkey (1.9.0)
317317
thor (0.19.4)
318-
thread_safe (0.3.5)
318+
thread_safe (0.3.6)
319319
timecop (0.8.1)
320320
tzinfo (1.2.2)
321321
thread_safe (~> 0.1)
@@ -346,4 +346,4 @@ DEPENDENCIES
346346
yard
347347

348348
BUNDLED WITH
349-
1.14.4
349+
1.14.5

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

0 commit comments

Comments
 (0)