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

e1b430d965
This commit is contained in:
Sutou Kouhei 2020-11-18 05:29:33 +09:00 committed by Sutou Kouhei
parent f9d6d762dc
commit f9935205ac
Notes: git 2020-11-24 09:34:25 +09:00

View file

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