Sha256: 762b80c05ae6371e12f60f6e6daa801b5d86e7836128065ffbbdd2f07c205cf0

Contents?: true

Size: 396 Bytes

Versions: 1

Compression:

Stored size: 396 Bytes

Contents

# @note Must use nested module as `metasploit/credential/version` is used in `metasploit-credential.gemspec` before
#   `metasploit/credential` itself is expected to be loaded.
module Metasploit
  module Credential
    # VERSION is managed by GemRelease
    VERSION = '2.0.0'
  
    # @return [String]
    #
    # returns the VERSION
    #
  
    def self.version
      VERSION
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
metasploit-credential-2.0.0 lib/metasploit/credential/version.rb