diff options
| author | Stan Lo <stan001212@gmail.com> | 2024-01-05 14:32:14 +0000 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-01-05 14:32:18 +0000 |
| commit | 99933751c1c99488b7207449179dcb3a7988bf96 (patch) | |
| tree | 42d1f5cf8b8bfb1618d64069fb818d9cfd369d76 /lib | |
| parent | 900fb48e68eac3f320ac1414fa045030a05ba993 (diff) | |
[ruby/reline] Bump version to v0.4.2
(https://github.com/ruby/reline/pull/633)
https://github.com/ruby/reline/commit/5b59e48070
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 194d16e69a..0ed3825908 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.4.1' + VERSION = '0.4.2' end |
