We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d811a36 commit 98abe35Copy full SHA for 98abe35
ext/cbson/version.h
@@ -14,4 +14,4 @@
14
* limitations under the License.
15
*/
16
17
-#define VERSION "1.3.0"
+#define VERSION "1.3.1"
lib/bson.rb
@@ -18,10 +18,10 @@
18
19
$:.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
20
21
-MINIMUM_BSON_EXT_VERSION = "1.3.0"
+MINIMUM_BSON_EXT_VERSION = "1.3.1"
22
23
module BSON
24
- VERSION = "1.3.0"
+ VERSION = "1.3.1"
25
26
if defined? Mongo::DEFAULT_MAX_BSON_SIZE
27
DEFAULT_MAX_BSON_SIZE = Mongo::DEFAULT_MAX_BSON_SIZE
lib/mongo.rb
@@ -19,7 +19,7 @@
module Mongo
end
0 commit comments