diff options
author | ima1zumi <[email protected]> | 2023-11-29 02:00:12 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-16 13:47:04 +0800 |
commit | 20fbdae5fe3d3fa98d4f2fb8c5c8895a238576e5 (patch) | |
tree | 7aab165164fec258f1f18b7c200410902bc0dd4a /lib | |
parent | 95064832a5f7e93dd35c9d6645e396b9f0f7e891 (diff) |
[ruby/reline] Bump version to 0.4.1
(https://github.com/ruby/reline/pull/612)
https://github.com/ruby/reline/commit/8937279e0f
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 fb1c73cbd9..194d16e69a 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.4.0' + VERSION = '0.4.1' end |