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

https://github.com/ruby/csv/commit/312f844693
This commit is contained in:
Kouhei Sutou 2019-04-15 11:05:20 +09:00 committed by Hiroshi SHIBATA
parent 8549774430
commit 864e2a95d9

View file

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