diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-03-17 17:27:37 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-03-17 17:28:33 +0900 |
commit | fadc7a150c90ad44dee90985b19e7961c0c370ee (patch) | |
tree | b77d49a6ec93a3dbbe4c1df3242c24b77889c4b7 /lib | |
parent | acbc2bdd3030bef997919ce56c5b120cc5e91e8f (diff) |
[ruby/logger] bump version to 1.5.1
https://github.com/ruby/logger/commit/c4a4155ab7
Diffstat (limited to 'lib')
-rw-r--r-- | lib/logger/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/logger/version.rb b/lib/logger/version.rb index 3cc001aa88..ba845a9304 100644 --- a/lib/logger/version.rb +++ b/lib/logger/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true class Logger - VERSION = "1.5.0" + VERSION = "1.5.1" end |