minor: bump extension version in preparation for bumping driver
This commit is contained in:
parent
acc1076df7
commit
860505cd47
|
@ -8,7 +8,7 @@ TEST_FILES = []
|
|||
Gem::Specification.new do |s|
|
||||
s.name = 'mongo_ext'
|
||||
|
||||
s.version = '0.11'
|
||||
s.version = '0.11.1'
|
||||
s.platform = Gem::Platform::RUBY
|
||||
s.summary = 'C extensions for the MongoDB Ruby driver'
|
||||
s.description = 'C extensions to accelerate the MondoDB Ruby driver. For more information about Mongo, see http://www.mongodb.org.'
|
||||
|
|
Loading…
Reference in New Issue