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/936f15f3cd
This commit is contained in:
Sutou Kouhei 2020-05-17 12:14:05 +09:00 committed by Nobuyoshi Nakada
parent 1822b19221
commit 71bee3819f
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6
Notes: git 2020-07-20 03:35:43 +09:00

View file

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