[ruby/logger] Bump up 1.6.2

https://github.com/ruby/logger/commit/2d07f086f8
This commit is contained in:
Hiroshi SHIBATA 2024-12-02 17:03:35 +09:00 committed by git
parent 8ec58a91f7
commit 157fe74795

View File

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