1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/logger] Bump up logger version to 1.4.4

https://github.com/ruby/logger/commit/82a59c8d3f
This commit is contained in:
Hiroshi SHIBATA 2021-10-19 21:08:04 +09:00
parent a7d07ee90d
commit de68de87ea

View file

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