From 1385b0a7078daa86b24dadf82653151ea8768fe0 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Mon, 18 Nov 2024 15:41:19 -0700 Subject: [PATCH] version bump --- 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 072930ae2..8742f30df 100644 --- a/lib/bson/version.rb +++ b/lib/bson/version.rb @@ -16,5 +16,5 @@ # limitations under the License. module BSON - VERSION = "5.0.1" + VERSION = "5.0.2" end