diff --git a/ext/cbson/version.h b/ext/cbson/version.h index 4e8a66b..2ab71f2 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "0.19.1" +#define VERSION "0.19.2" diff --git a/lib/mongo.rb b/lib/mongo.rb index cdca2fe..2320e8d 100644 --- a/lib/mongo.rb +++ b/lib/mongo.rb @@ -1,7 +1,7 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) module Mongo - VERSION = "0.19.1" + VERSION = "0.19.2" end begin