diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-14 15:16:10 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-14 06:16:29 +0000 |
commit | e2f4b8bf77ac29b2b94fc01d6d2d6365d5ff4345 (patch) | |
tree | f1582eb063214aebd67a318d702f0fcab0d95095 /lib/weakref.rb | |
parent | abf9a321823184f73a5aaf3c8e25291e75f94a84 (diff) |
[ruby/weakref] Bump version to 0.1.2
https://github.com/ruby/weakref/commit/5b5f79d8a6
Diffstat (limited to 'lib/weakref.rb')
-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 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 |