Sha256: 28f368052d2a8d63115436b7fd055d25c0d0fc57d50508f5d24acc3699ff0eda

Contents?: true

Size: 214 Bytes

Versions: 1

Compression:

Stored size: 214 Bytes

Contents

module Metasploit
  module Model
    # VERSION is managed by GemRelease
    VERSION = '3.1.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-model-3.1.0 lib/metasploit/model/version.rb