From 826adbc963912ea705f131320585aaab8873abfc Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 5 Dec 2022 15:39:37 +0900 Subject: [PATCH] [ruby/mutex_m] Bump version to 0.1.2 https://github.com/ruby/mutex_m/commit/57f23978cd --- 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 abd0fc6add..17ec9924e4 100644 --- a/lib/mutex_m.rb +++ b/lib/mutex_m.rb @@ -40,7 +40,7 @@ # module Mutex_m - VERSION = "0.1.1" + VERSION = "0.1.2" Ractor.make_shareable(VERSION) if defined?(Ractor) def Mutex_m.define_aliases(cl) # :nodoc: