[ruby/forwardable] Bump version to 1.3.1

https://github.com/ruby/forwardable/commit/aa07c55f3f
This commit is contained in:
Jeremy Evans 2019-12-01 19:59:07 -08:00 committed by Hiroshi SHIBATA
parent 0dcd3340fb
commit 49ffae7ca6
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -1,5 +1,5 @@
module Forwardable
# Version of +forwardable.rb+
VERSION = "1.3.0"
VERSION = "1.3.1"
FORWARDABLE_VERSION = VERSION
end