[ruby/logger] v1.6.4

https://github.com/ruby/logger/commit/216cedef7c
This commit is contained in:
Hiroshi SHIBATA 2024-12-19 13:15:55 +09:00
parent d16b043cdd
commit 0275cc0524

View File

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