Skip to content

Commit 190bac6

Browse files
committed
Bump version of framework to 4.12.17
1 parent 8ad38ae commit 190bac6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Gemfile.lock

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
metasploit-framework (4.12.16)
4+
metasploit-framework (4.12.17)
55
actionpack (~> 4.2.6)
66
activerecord (~> 4.2.6)
77
activesupport (~> 4.2.6)
@@ -226,6 +226,7 @@ GEM
226226
rex-text
227227
rex-java (0.1.2)
228228
rex-ole (0.1.2)
229+
rex-text
229230
rex-powershell (0.1.1)
230231
rex-random_identifier
231232
rex-text

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

0 commit comments

Comments
 (0)