summaryrefslogtreecommitdiff
path: root/ext/readline
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-24 17:51:33 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2021-12-24 17:53:52 +0900
commit106a0e519568ba821b55adc8cf4439507cdaeaac (patch)
treea27e77143a7d5af42dfc6d37158bd6e5d1f81cc8 /ext/readline
parent517964d57b9340fc1e0525da56dcd567050e8537 (diff)
[ruby/readline-ext] Bump version to 0.1.4
https://github.com/ruby/readline-ext/commit/6f86713b19
Diffstat (limited to 'ext/readline')
-rw-r--r--ext/readline/readline-ext.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/readline/readline-ext.gemspec b/ext/readline/readline-ext.gemspec
index aa03ef2ccb..177ee2152e 100644
--- a/ext/readline/readline-ext.gemspec
+++ b/ext/readline/readline-ext.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |spec|
spec.name = "readline-ext"
- spec.version = "0.1.3"
+ spec.version = "0.1.4"
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]