aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraycabta <aycabta@gmail.com>2019-12-25 10:08:06 +0900
committeraycabta <aycabta@gmail.com>2019-12-25 10:08:39 +0900
commit246242700867ed3fdce8288897d74bd261379018 (patch)
tree272ae8a2be616545a590f412c6ce4af1846f20a2
parented5b4bae6a4f991a0c5299581bd0b137a98d3723 (diff)
downloadruby-246242700867ed3fdce8288897d74bd261379018.tar.gz
[ruby/reline] Version 0.1.1
https://github.com/ruby/reline/commit/923f97d068
-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 5c68b1c26c..27645bcbf9 100644
--- a/lib/reline/version.rb
+++ b/lib/reline/version.rb
@@ -1,3 +1,3 @@
module Reline
- VERSION = '0.1.0'
+ VERSION = '0.1.1'
end