From 8401fb372fe07174224b6b84f10e4bd0cfb7ca21 Mon Sep 17 00:00:00 2001 From: Jamis Buck Date: Tue, 19 Nov 2024 00:08:39 -0700 Subject: [PATCH] version bump (#342) --- 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