diff options
author | Stan Lo <[email protected]> | 2023-08-20 18:16:18 +0100 |
---|---|---|
committer | git <[email protected]> | 2023-08-20 17:16:22 +0000 |
commit | 314ccdd60c5fe3dfa90651d271209e6d4adb2b52 (patch) | |
tree | 48a155f8ac96852eb026777821a699fe4d68ce46 /lib/reline | |
parent | 405c295a21ba83e032cd2cc5a86e1edf9ee14ff4 (diff) |
[ruby/reline] Bump version to 0.3.8
(https://github.com/ruby/reline/pull/582)
https://github.com/ruby/reline/commit/3840d1f958
Diffstat (limited to 'lib/reline')
-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 c8bbf615cc..a2538f6fa3 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.3.7' + VERSION = '0.3.8' end |