summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-18 15:20:19 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2025-12-18 16:46:29 +0900
commit0e85881e0cded6ec82ef105b5ff2d0c6f7fdcbc8 (patch)
tree9bef0f3ee8a676df42c6badf79b46381f3b5c9a5 /lib
parent000659140786f1c74075b1b91ce03897cf525181 (diff)
[ruby/delegate] v0.6.1
https://github.com/ruby/delegate/commit/90ffceb6d6
Diffstat (limited to 'lib')
-rw-r--r--lib/delegate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/delegate.rb b/lib/delegate.rb
index ba53cc9bb7..0cc3ddb1b0 100644
--- a/lib/delegate.rb
+++ b/lib/delegate.rb
@@ -40,7 +40,7 @@
#
class Delegator < BasicObject
# The version string
- VERSION = "0.6.0"
+ VERSION = "0.6.1"
kernel = ::Kernel.dup
kernel.class_eval do