From c9ee600cef88751aeda89e90fc25ac2e3199f3c9 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 10:46:28 +0900 Subject: [PATCH] [ruby/weakref] Bump up 0.1.3 https://github.com/ruby/weakref/commit/f763384744 --- lib/weakref.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/weakref.rb b/lib/weakref.rb index 2bbadf68f9..a8da39a26a 100644 --- a/lib/weakref.rb +++ b/lib/weakref.rb @@ -17,7 +17,7 @@ require "delegate" # class WeakRef < Delegator - VERSION = "0.1.2" + VERSION = "0.1.3" ## # RefError is raised when a referenced object has been recycled by the