[ruby/logger] Bump up 1.6.1

https://github.com/ruby/logger/commit/bda937b4cc
This commit is contained in:
Hiroshi SHIBATA 2024-09-02 11:28:22 +09:00 committed by git
parent eb144ef91e
commit 745b4775c5

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
class Logger
VERSION = "1.6.0"
VERSION = "1.6.1"
end