diff options
author | Mari Imaizumi <[email protected]> | 2024-04-09 22:47:19 +0900 |
---|---|---|
committer | git <[email protected]> | 2024-04-09 13:47:23 +0000 |
commit | 6846b985760d104320cc7c111754f4d26d159f63 (patch) | |
tree | 672631e0ad0f1c84541d53679e3c2c03ce01655b /lib/reline/version.rb | |
parent | 4dbd9c7fec18fe9dcde8aeb58d7df7997fc8b266 (diff) |
[ruby/reline] Bump version to 0.5.1
(https://github.com/ruby/reline/pull/672)
https://github.com/ruby/reline/commit/d348df90d2
Diffstat (limited to 'lib/reline/version.rb')
-rw-r--r-- | lib/reline/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/version.rb b/lib/reline/version.rb index 06bb3acc84..acb5e279b8 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.5.0' + VERSION = '0.5.1' end |