1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[ruby/forwardable] Bump version to 1.3.1

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