diff options
author | Hiroshi SHIBATA <hsbt@ruby-lang.org> | 2022-12-05 15:15:18 +0900 |
---|---|---|
committer | git <svn-admin@ruby-lang.org> | 2022-12-05 06:15:38 +0000 |
commit | f41d38a6fb778980fc4476067bc81d05ab2c7694 (patch) | |
tree | 2211eaf7abf992ea8e95ff5299b3df642405e9e5 | |
parent | 05caafb4731c796890027cafedaac59dc108a23a (diff) | |
download | ruby-f41d38a6fb778980fc4476067bc81d05ab2c7694.tar.gz |
[ruby/forwardable] Bump version to 1.3.3
https://github.com/ruby/forwardable/commit/301687dbfa
-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 9318639f01..71b4e6adad 100644 --- a/lib/forwardable.rb +++ b/lib/forwardable.rb @@ -112,7 +112,7 @@ module Forwardable require 'forwardable/impl' # Version of +forwardable.rb+ - VERSION = "1.3.2" + VERSION = "1.3.3" VERSION.freeze FORWARDABLE_VERSION = VERSION FORWARDABLE_VERSION.freeze |