summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 17:54:44 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2019-11-30 18:01:54 +0900
commit06b9b78e21f5da5f348a932c3e7f21468674e4f1 (patch)
tree5cd4b9123df6478854aa9db7383d1676f6418b01 /ext
parent32e547954fbbcbdd6f4468bf3be9e7eaa5d32f0f (diff)
[ruby/dbm] Bump version to 1.1.0
https://github.com/ruby/dbm/commit/163078359d
Diffstat (limited to 'ext')
-rw-r--r--ext/dbm/dbm.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/dbm/dbm.gemspec b/ext/dbm/dbm.gemspec
index 9ab444b9c7..9de425b521 100644
--- a/ext/dbm/dbm.gemspec
+++ b/ext/dbm/dbm.gemspec
@@ -1,7 +1,7 @@
# frozen_string_literal: true
Gem::Specification.new do |s|
s.name = "dbm"
- s.version = '1.0.0'
+ s.version = '1.1.0'
s.summary = "Provides a wrapper for the UNIX-style Database Manager Library"
s.description = "Provides a wrapper for the UNIX-style Database Manager Library"