diff options
| author | Mari Imaizumi <mariimaizumi5@gmail.com> | 2024-05-09 18:52:25 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-05-09 09:52:29 +0000 |
| commit | fba7bdb710de11343fe7acaac8eba3aad0cbc398 (patch) | |
| tree | cc2ccbc653881ecba076d7fa90a39c89bd6cba9c | |
| parent | fb6cfb413d2b2cd3aa6306db7128a7288fd0a131 (diff) | |
[ruby/reline] Bump version to 0.5.6
(https://github.com/ruby/reline/pull/700)
https://github.com/ruby/reline/commit/1b6c29a2b1
| -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 ab10713f45..ef7d617a45 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.5.5' + VERSION = '0.5.6' end |
