[ruby/csv] Bump version

https://github.com/ruby/csv/commit/edc6cb9022
This commit is contained in:
Sutou Kouhei 2020-05-09 06:32:02 +09:00 committed by Nobuyoshi Nakada
parent 814bfc8adc
commit 033514c62f
No known key found for this signature in database
GPG Key ID: 7CD2805BFA3770C6
Notes: git 2020-07-20 03:35:46 +09:00

View File

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