summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-05 15:15:18 +0900
committergit <svn-admin@ruby-lang.org>2022-12-05 06:15:38 +0000
commitf41d38a6fb778980fc4476067bc81d05ab2c7694 (patch)
tree2211eaf7abf992ea8e95ff5299b3df642405e9e5 /lib
parent05caafb4731c796890027cafedaac59dc108a23a (diff)
[ruby/forwardable] Bump version to 1.3.3
https://github.com/ruby/forwardable/commit/301687dbfa
Diffstat (limited to 'lib')
-rw-r--r--lib/forwardable.rb2
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