summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-14 15:16:10 +0900
committergit <svn-admin@ruby-lang.org>2022-12-14 06:16:29 +0000
commite2f4b8bf77ac29b2b94fc01d6d2d6365d5ff4345 (patch)
treef1582eb063214aebd67a318d702f0fcab0d95095 /lib
parentabf9a321823184f73a5aaf3c8e25291e75f94a84 (diff)
[ruby/weakref] Bump version to 0.1.2
https://github.com/ruby/weakref/commit/5b5f79d8a6
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 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