[ruby/mutex_m] Bump version to 0.1.2

https://github.com/ruby/mutex_m/commit/57f23978cd
This commit is contained in:
Hiroshi SHIBATA 2022-12-05 15:39:37 +09:00 committed by git
parent 8a5dffe513
commit 826adbc963

View File

@ -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: