From e487705f151afadb87cb3ff092b0b0c88012c1ab Mon Sep 17 00:00:00 2001 From: Brent Rowland Date: Sat, 8 Jun 2019 11:06:20 -0700 Subject: [PATCH] Bump version to 0.9.2. --- fb.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fb.gemspec b/fb.gemspec index 96821f0..5ce60ca 100644 --- a/fb.gemspec +++ b/fb.gemspec @@ -2,7 +2,7 @@ require 'rubygems' Gem::Specification.new do |s| s.name = "fb" - s.version = "0.9.1" + s.version = "0.9.2" s.date = "2019-06-08" s.summary = "Firebird database driver" s.description = "Ruby Firebird Extension Library"