rapid7/metasploit-concern

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

Summary

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