diff options
| author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2025-12-10 16:07:17 +0900 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-12-10 07:08:05 +0000 |
| commit | e8a55274f202df1cfddc25aa14da34ba5a0e538d (patch) | |
| tree | a7f5e258a2cf0c7f2d0e453249f1d09563706eff /lib/forwardable.rb | |
| parent | 14ff851185bb8ff399e98b74cc107302a4e08e18 (diff) | |
[ruby/forwardable] v1.4.0
https://github.com/ruby/forwardable/commit/0257b590c2
Diffstat (limited to 'lib/forwardable.rb')
| -rw-r--r-- | lib/forwardable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/forwardable.rb b/lib/forwardable.rb index 040f467b23..175d6d9c6b 100644 --- a/lib/forwardable.rb +++ b/lib/forwardable.rb @@ -110,7 +110,7 @@ # module Forwardable # Version of +forwardable.rb+ - VERSION = "1.3.3" + VERSION = "1.4.0" VERSION.freeze # Version for backward compatibility |
