Bump version of framework to 4.13.27

bug/bundler_fix
Metasploit 2017-02-24 10:03:33 -08:00
parent 43550b8cdf
commit 0f4e03be7b
No known key found for this signature in database
GPG Key ID: CDFB5FA52007B954
2 changed files with 6 additions and 6 deletions

View File

@ -1,7 +1,7 @@
PATH
remote: .
specs:
metasploit-framework (4.13.26)
metasploit-framework (4.13.27)
actionpack (~> 4.2.6)
activerecord (~> 4.2.6)
activesupport (~> 4.2.6)
@ -113,7 +113,7 @@ GEM
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
coderay (1.1.1)
contracts (0.14.0)
contracts (0.15.0)
cucumber (2.4.0)
builder (>= 2.1.2)
cucumber-core (~> 1.5.0)
@ -145,7 +145,7 @@ GEM
filesize (0.1.1)
fivemat (1.3.2)
gherkin (4.0.0)
i18n (0.8.0)
i18n (0.8.1)
jsobfu (0.4.2)
rkelly-remix
json (2.0.3)
@ -315,7 +315,7 @@ GEM
sqlite3 (1.3.13)
sshkey (1.9.0)
thor (0.19.4)
thread_safe (0.3.5)
thread_safe (0.3.6)
timecop (0.8.1)
tzinfo (1.2.2)
thread_safe (~> 0.1)
@ -346,4 +346,4 @@ DEPENDENCIES
yard
BUNDLED WITH
1.14.4
1.14.5

View File

@ -30,7 +30,7 @@ module Metasploit
end
end
VERSION = "4.13.26"
VERSION = "4.13.27"
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
PRERELEASE = 'dev'
HASH = get_hash