diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2023-11-07 10:46:28 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2023-11-07 01:46:40 +0000 |
| commit | c9ee600cef88751aeda89e90fc25ac2e3199f3c9 (patch) | |
| tree | 910c6d2b081710dde1db681d790735861cc6487f /lib | |
| parent | 304194d73e3b74b2493bfae16ce6189046f911f5 (diff) | |
[ruby/weakref] Bump up 0.1.3
https://github.com/ruby/weakref/commit/f763384744
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/weakref.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
