Skip to content

Commit 3a998fa

Browse files
committed
Bump version of framework to 4.13.9
1 parent 2e198ae commit 3a998fa

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.13.8)
4+
metasploit-framework (4.13.9)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -135,10 +135,10 @@ GEM
135135
diff-lcs (1.2.5)
136136
docile (1.1.5)
137137
erubis (2.7.0)
138-
factory_girl (4.7.0)
138+
factory_girl (4.8.0)
139139
activesupport (>= 3.0.0)
140-
factory_girl_rails (4.7.0)
141-
factory_girl (~> 4.7.0)
140+
factory_girl_rails (4.8.0)
141+
factory_girl (~> 4.8.0)
142142
railties (>= 3.0.0)
143143
faraday (0.10.0)
144144
multipart-post (>= 1.2, < 3)

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

0 commit comments

Comments
 (0)