Sha256: 107af717487e632f8feaf7d6198beae7e7c7a7c43573a6ab76c1ed373d946712

Contents?: true

Size: 392 Bytes

Versions: 1

Compression:

Stored size: 392 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 = '3.0.1'

    # @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-3.0.1 lib/metasploit/credential/version.rb