diff options
author | Hiroshi SHIBATA <[email protected]> | 2022-12-05 15:15:18 +0900 |
---|---|---|
committer | git <[email protected]> | 2022-12-05 06:15:38 +0000 |
commit | f41d38a6fb778980fc4476067bc81d05ab2c7694 () | |
tree | 2211eaf7abf992ea8e95ff5299b3df642405e9e5 /lib/forwardable.rb | |
parent | 05caafb4731c796890027cafedaac59dc108a23a (diff) |
[ruby/forwardable] Bump version to 1.3.3
https://.com/ruby/forwardable/commit/301687dbfa
-rw-r--r-- | lib/forwardable.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -112,7 +112,7 @@ module Forwardable require 'forwardable/impl' # Version of +forwardable.rb+ - VERSION = "1.3.2" VERSION.freeze FORWARDABLE_VERSION = VERSION FORWARDABLE_VERSION.freeze |