File Manager

Path: /proc/self/root/opt/chef/embedded/lib/ruby/gems/2.7.0/gems/logging-2.3.0/lib/logging/

Viewing File: version.rb

module Logging
  VERSION = "2.3.0".freeze

  # Returns the version string for the library.
  def self.version
    VERSION
  end
end