From eeaa2cdba2913096b14d4319804fafb715671867 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 11:52:30 +0900 Subject: [PATCH] [ruby/mutex_m] Bump up 0.2.0 https://github.com/ruby/mutex_m/commit/635da25a09 --- lib/mutex_m.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mutex_m.rb b/lib/mutex_m.rb index 4c888d6a17..7e55181881 100644 --- a/lib/mutex_m.rb +++ b/lib/mutex_m.rb @@ -40,7 +40,7 @@ # module Mutex_m - VERSION = "0.1.2" + VERSION = "0.2.0" Ractor.make_shareable(VERSION) if defined?(Ractor) def Mutex_m.define_aliases(cl) # :nodoc: