diff options
author | Sutou Kouhei <[email protected]> | 2020-08-04 10:33:35 +0900 |
---|---|---|
committer | Sutou Kouhei <[email protected]> | 2020-11-24 09:33:55 +0900 |
commit | 067b2175e8c55200ba22d395e1fe8255e8dcb383 () | |
tree | a2eb4d2c75a8236258a484b776fccc64e727d625 /lib/csv | |
parent | 62d123dfa0abac99a776b5c8f703afd582cccc5a (diff) |
[ruby/csv] Bump version
https://.com/ruby/csv/commit/e7628e6930
Notes: Merged: https://.com/ruby/ruby/pull/3804
-rw-r--r-- | lib/csv/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ class CSV # The version of the installed library. - VERSION = "3.1.7" end |