[ruby/logger] Bump version to 1.5.3

https://github.com/ruby/logger/commit/4e8d9e27fd
This commit is contained in:
Hiroshi SHIBATA 2022-12-16 15:34:16 +09:00 committed by git
parent 5e5f3f6bd1
commit 2cd22f9abd

View File

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