diff options
author | aycabta <[email protected]> | 2021-02-07 04:55:09 +0900 |
---|---|---|
committer | aycabta <[email protected]> | 2021-02-07 05:29:31 +0900 |
commit | 93ebfed0a97ba97a4a7421eca63c1c2883471d54 (patch) | |
tree | 92271283b9ba923fc21394d849000e7ba4ff8002 /lib/reline/version.rb | |
parent | 8aac11484ba23c26877df1810e4c462ac46d2752 (diff) |
[ruby/reline] Version 0.2.3
https://github.com/ruby/reline/commit/b26c7d60c8
Diffstat (limited to 'lib/reline/version.rb')
-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 9241aef5a9..5b20f6f3e7 100644 --- a/lib/reline/version.rb +++ b/lib/reline/version.rb @@ -1,3 +1,3 @@ module Reline - VERSION = '0.2.2' + VERSION = '0.2.3' end |