aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 18:13:16 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 18:14:38 +0900
commit7ebcee6b7634889f0bd92aaedf079845065ac797 (patch)
treec8dcd950073e7a60f3012efa17d401e636611a78 /ext
parent56567c76487d42f12283ecf074d45adae96ca5f0 (diff)
downloadruby-7ebcee6b7634889f0bd92aaedf079845065ac797.tar.gz
[ruby/gdbm] Bump version to 2.1.0
https://github.com/ruby/gdbm/commit/ffb2b063a3
Diffstat (limited to 'ext')
-rw-r--r--ext/gdbm/gdbm.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/gdbm/gdbm.gemspec b/ext/gdbm/gdbm.gemspec
index bb5ab7d59f..da074b0180 100644
--- a/ext/gdbm/gdbm.gemspec
+++ b/ext/gdbm/gdbm.gemspec
@@ -3,7 +3,7 @@
Gem::Specification.new do |spec|
spec.name = "gdbm"
- spec.version = "2.0.0"
+ spec.version = "2.1.0"
spec.authors = ["Yukihiro Matsumoto"]
spec.email = ["matz@ruby-lang.org"]