diff --git a/ext/cbson/version.h b/ext/cbson/version.h index 2ab71f2..c8e095f 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "0.19.2" +#define VERSION "0.19.3" diff --git a/lib/mongo.rb b/lib/mongo.rb index f750947..b96851e 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.2" + VERSION = "0.19.3" end begin