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