diff --git a/ext/cbson/version.h b/ext/cbson/version.h index aa8b4a7..8393958 100644 --- a/ext/cbson/version.h +++ b/ext/cbson/version.h @@ -14,4 +14,4 @@ * limitations under the License. */ -#define VERSION "1.0.6" +#define VERSION "1.0.7" diff --git a/lib/bson.rb b/lib/bson.rb index d243bed..4c13128 100644 --- a/lib/bson.rb +++ b/lib/bson.rb @@ -2,10 +2,10 @@ $:.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) -MINIMUM_BSON_EXT_VERSION = "1.0.6" +MINIMUM_BSON_EXT_VERSION = "1.0.7" module BSON - VERSION = "1.0.6" + VERSION = "1.0.7" def self.serialize(obj, check_keys=false, move_id=false) BSON_CODER.serialize(obj, check_keys, move_id) end