diff options
| author | Mari Imaizumi <mariimaizumi5@gmail.com> | 2024-05-29 23:45:35 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-05-29 14:45:39 +0000 |
| commit | b0e6446b9f4f2e102de0f69feba88fd5b804d045 (patch) | |
| tree | fcf7558f90fc5760705a9a9e823e35a4647d3ee1 /lib | |
| parent | 939d389c549631d84e1603f89850df6aa890ab66 (diff) | |
[ruby/reline] Bump version to 0.5.8
(https://github.com/ruby/reline/pull/711)
https://github.com/ruby/reline/commit/43cd4c5d58
Diffstat (limited to 'lib')
| -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 46613a5952..680e5a9cca 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.5.7' + VERSION = '0.5.8' end |
