aboutsummaryrefslogtreecommitdiffstats
path: root/lib/delegate.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 14:46:31 +0900
committergit <svn-admin@ruby-lang.org>2022-12-05 05:47:54 +0000
commitc4d22d47f8bd019ae6df98fafb9db7c20c33d30c (patch)
treeaae60fe7cc1ff70f861b8926bd9a45a377c6b4dc /lib/delegate.rb
parent650b87b0bdbeb351be185604465cbe302082089e (diff)
downloadruby-c4d22d47f8bd019ae6df98fafb9db7c20c33d30c.tar.gz
[ruby/delegate] Bump version to 0.3.0
https://github.com/ruby/delegate/commit/420637be45
Diffstat (limited to 'lib/delegate.rb')
-rw-r--r--lib/delegate.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/delegate.rb b/lib/delegate.rb
index 70d4e4ad1d..387a5f063d 100644
--- a/lib/delegate.rb
+++ b/lib/delegate.rb
@@ -39,7 +39,7 @@
# Be advised, RDoc will not detect delegated methods.
#
class Delegator < BasicObject
- VERSION = "0.2.0"
+ VERSION = "0.3.0"
kernel = ::Kernel.dup
kernel.class_eval do