ruby--ruby/lib/logger/version.rb

6 lines
68 B
Ruby
Raw Normal View History

# frozen_string_literal: true
class Logger
VERSION = "1.3.0"
end