mirror of
https://github.com/rapid7/metasploit-framework
synced 2024-11-05 14:57:30 +01:00
Bump version of framework to 4.14.12
This commit is contained in:
parent
e992692241
commit
036d579228
@ -24,7 +24,7 @@ GIT
|
||||
PATH
|
||||
remote: .
|
||||
specs:
|
||||
metasploit-framework (4.14.11)
|
||||
metasploit-framework (4.14.12)
|
||||
actionpack (~> 4.2.6)
|
||||
activerecord (~> 4.2.6)
|
||||
activesupport (~> 4.2.6)
|
||||
@ -343,10 +343,9 @@ GEM
|
||||
rspec-mocks (~> 3.5.0)
|
||||
rspec-support (~> 3.5.0)
|
||||
rspec-support (3.5.0)
|
||||
ruby_smb (0.0.8)
|
||||
ruby_smb (0.0.10)
|
||||
bindata
|
||||
bit-struct
|
||||
rubyntlm (~> 0.5)
|
||||
rubyntlm
|
||||
windows_error
|
||||
rubyntlm (0.6.1)
|
||||
rubyzip (1.2.1)
|
||||
|
@ -30,7 +30,7 @@ module Metasploit
|
||||
end
|
||||
end
|
||||
|
||||
VERSION = "4.14.11"
|
||||
VERSION = "4.14.12"
|
||||
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
|
||||
PRERELEASE = 'dev'
|
||||
HASH = get_hash
|
||||
|
Loading…
Reference in New Issue
Block a user