aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-11-21 07:05:27 +0900
committeraycabta <aycabta@gmail.com>2019-11-21 07:14:27 +0900
commit9131e62f1862a1736d37d934cda603dc91b2c831 (patch)
tree4465846d0fa6a32d8f00e7f0876171bee7d472c6
parentf30f78e2e054d72d4997db8c14eda81479270ee8 (diff)
downloadruby-9131e62f1862a1736d37d934cda603dc91b2c831.tar.gz
[ruby/reline] Version 0.0.7
https://github.com/ruby/reline/commit/09d370bdc19e62f0a27c2240e19b07963afd922f
-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 a4a8216943..44ee2d59c4 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.0.6'
+ VERSION = '0.0.7'
end