diff options
author | Sutou Kouhei <[email protected]> | 2020-05-09 06:32:02 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-07-20 02:32:49 +0900 |
commit | 033514c62fef937dda904daa3b73b2b9750913f0 (patch) | |
tree | 67d5d5c512298dc1c47262026df5bf6907141c01 /lib/csv/version.rb | |
parent | 814bfc8adc128ed050f2b60a423beb86e00fc6ec (diff) |
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/edc6cb9022
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3332
Diffstat (limited to 'lib/csv/version.rb')
-rw-r--r-- | lib/csv/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv/version.rb b/lib/csv/version.rb index 24cb3c2438..bfcfd6143c 100644 --- a/lib/csv/version.rb +++ b/lib/csv/version.rb @@ -2,5 +2,5 @@ class CSV # The version of the installed library. - VERSION = "3.1.3" + VERSION = "3.1.4" end |