summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-06-19 10:53:08 +0900
committergit <[email protected]>2025-06-19 01:53:19 +0000
commitc2d5d2969a501b9db93ed66db9017a5b6667af9f (patch)
treecdbb2e043333c0b68bf8c5d6b9ba334c8e76a6f0 /lib
parent441f18df5279ba8f921015dcdd9ed1e7299660e9 (diff)
[ruby/weakref] v0.1.4
https://github.com/ruby/weakref/commit/f6bd03ed54
Diffstat (limited to 'lib')
-rw-r--r--lib/weakref.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/weakref.rb b/lib/weakref.rb
index f0a7e7b318..0a09f7f993 100644
--- a/lib/weakref.rb
+++ b/lib/weakref.rb
@@ -17,7 +17,7 @@ require "delegate"
#
class WeakRef < Delegator
- VERSION = "0.1.3"
+ VERSION = "0.1.4"
##
# RefError is raised when a referenced object has been recycled by the