diff options
| author | Mari Imaizumi <mariimaizumi5@gmail.com> | 2024-11-08 12:38:12 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-11-08 03:38:15 +0000 |
| commit | 306ce9a9e0f2fe9fe3ec17bf284bcbb22d8a4450 (patch) | |
| tree | e6ebd2f6b7654b504198a34851a6973b56b48341 /lib | |
| parent | b99c17a95bb70064c5526689811c1550a530350f (diff) | |
[ruby/reline] Bump version to 0.5.11
(https://github.com/ruby/reline/pull/777)
https://github.com/ruby/reline/commit/4d90743409
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 b75d874adb..04db93beea 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.5.10' + VERSION = '0.5.11' end |
