aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-01-18 01:58:06 +0900
committeraycabta <aycabta@gmail.com>2021-01-18 02:10:02 +0900
commitedafde684467ae45be5dd52c24ebb6ce25ef16f5 (patch)
treec4d39e6346bb41012a7c7cac920ccd85cb66c1b8
parente1449ae74f09171542431875005b38c82711a253 (diff)
downloadruby-edafde684467ae45be5dd52c24ebb6ce25ef16f5.tar.gz
[ruby/irb] [ruby/irb] [ruby/reline] Version 0.2.2
https://github.com/ruby/reline/commit/dfb710946f https://github.com/ruby/irb/commit/1a1cdf9628 https://github.com/ruby/irb/commit/fe99faf8bd
-rw-r--r--lib/reline/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/reline/version.rb b/lib/reline/version.rb
index 06a4900eed..9241aef5a9 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.2.1'
+ VERSION = '0.2.2'
end