aboutsummaryrefslogtreecommitdiffstats
path: root/lib/reline
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2021-01-12 01:15:33 +0900
committeraycabta <aycabta@gmail.com>2021-01-13 01:12:54 +0900
commit0e4424750824e8ca779804315d0064b6c0975e83 (patch)
tree46fa640d682fb9775dc447b0b1acc954146a7551 /lib/reline
parenteb5a094fc0231ccff080021aef23b19271761da1 (diff)
downloadruby-0e4424750824e8ca779804315d0064b6c0975e83.tar.gz
[ruby/reline] Version 0.2.1
https://github.com/ruby/reline/commit/a3b3c6ee60
Diffstat (limited to 'lib/reline')
-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 8499989d07..06a4900eed 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.2.0'
+ VERSION = '0.2.1'
end