From e2f4b8bf77ac29b2b94fc01d6d2d6365d5ff4345 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 14 Dec 2022 15:16:10 +0900 Subject: [PATCH] [ruby/weakref] Bump version to 0.1.2 https://github.com/ruby/weakref/commit/5b5f79d8a6 --- lib/weakref.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weakref.rb b/lib/weakref.rb index 78aad1f96e..2bbadf68f9 100644 --- a/lib/weakref.rb +++ b/lib/weakref.rb @@ -17,7 +17,7 @@ require "delegate" # class WeakRef < Delegator - VERSION = "0.1.1" + VERSION = "0.1.2" ## # RefError is raised when a referenced object has been recycled by the