BUMP 1.3.1
This commit is contained in:
parent
d811a36fc6
commit
98abe355fa
|
@ -14,4 +14,4 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#define VERSION "1.3.0"
|
||||
#define VERSION "1.3.1"
|
||||
|
|
|
@ -18,10 +18,10 @@
|
|||
|
||||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
MINIMUM_BSON_EXT_VERSION = "1.3.0"
|
||||
MINIMUM_BSON_EXT_VERSION = "1.3.1"
|
||||
|
||||
module BSON
|
||||
VERSION = "1.3.0"
|
||||
VERSION = "1.3.1"
|
||||
|
||||
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
|
||||
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
|
||||
|
||||
module Mongo
|
||||
VERSION = "1.3.0"
|
||||
VERSION = "1.3.1"
|
||||
end
|
||||
|
||||
module Mongo
|
||||
|
|
Loading…
Reference in New Issue