We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bfdda54 commit c9dd863Copy full SHA for c9dd863
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- metasploit-framework (4.12.2)
+ metasploit-framework (4.12.3)
5
actionpack (~> 4.2.6)
6
activerecord (~> 4.2.6)
7
activesupport (~> 4.2.6)
@@ -268,4 +268,4 @@ DEPENDENCIES
268
yard
269
270
BUNDLED WITH
271
- 1.12.3
+ 1.12.4
lib/metasploit/framework/version.rb
@@ -30,7 +30,7 @@ def self.get_hash
30
end
31
32
33
- VERSION = "4.12.2"
+ VERSION = "4.12.3"
34
MAJOR, MINOR, PATCH = VERSION.split('.').map { |x| x.to_i }
35
PRERELEASE = 'dev'
36
HASH = get_hash
0 commit comments