From b6094d188b65721e1d7492d53fff8011981ccba0 Mon Sep 17 00:00:00 2001 From: Emily Date: Mon, 19 Dec 2016 17:06:08 +0100 Subject: [PATCH] Release 4.2.1 --- lib/bson/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bson/version.rb b/lib/bson/version.rb index 8900b0374..8dd342663 100644 --- a/lib/bson/version.rb +++ b/lib/bson/version.rb @@ -13,5 +13,5 @@ # limitations under the License. module BSON - VERSION = "4.2.0".freeze + VERSION = "4.2.1".freeze end