diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-17 12:59:04 +0900 |
|---|---|---|
| committer | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-18 16:46:29 +0900 |
| commit | bdf99bf0dc3adf15f653dd8c02fce9d6ba946af5 (patch) | |
| tree | 6eb364706b1327d37ee8356b6c0f06c68949becc /lib | |
| parent | 01e9f95cc3d796bc7bf4f809016712c52f330d74 (diff) | |
[ruby/delegate] v0.5.0
https://github.com/ruby/delegate/commit/fa35b20eca
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/delegate.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/delegate.rb b/lib/delegate.rb index b5224ea15f..7c403b2747 100644 --- a/lib/delegate.rb +++ b/lib/delegate.rb @@ -40,7 +40,7 @@ # class Delegator < BasicObject # The version string - VERSION = "0.4.0" + VERSION = "0.5.0" kernel = ::Kernel.dup kernel.class_eval do |
