module Logging
  VERSION = "2.4.0".freeze

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