[ruby/logger] Bump version to 1.5.2

https://github.com/ruby/logger/commit/9c4ae3b81d
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 15:36:13 +09:00 committed by git
parent fad4e906c3
commit 8a5dffe513

View File

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