rapid7/metasploit-yard

View on GitHub
lib/metasploit/yard/version.rb

Summary

Maintainability
A
0 mins
Test Coverage
module Metasploit
  module Yard
    # VERSION is managed by GemRelease
    VERSION = '3.0.2'
    
    # @return [String]
    #
    # returns the VERSION
    #
    
    def self.version
      VERSION
    end
      
  end
end