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

[ruby/csv] Bump version

284ce810bc
This commit is contained in:
Sutou Kouhei 2019-10-12 07:45:45 +09:00 committed by Nobuyoshi Nakada
parent d03a7c6a25
commit 172cfce6dc
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2020-07-20 03:35:50 +09:00

View file

@ -2,5 +2,5 @@
class CSV
# The version of the installed library.
VERSION = "3.1.2"
VERSION = "3.1.3"
end