diff options
author | Sutou Kouhei <[email protected]> | 2020-11-18 05:29:33 +0900 |
---|---|---|
committer | Sutou Kouhei <[email protected]> | 2020-11-24 09:33:55 +0900 |
commit | f9935205acc6ee1c737c2c132e547747c21d3ead () | |
tree | 4127c534021436db7a49b5313cd90f335b76caea /lib/csv | |
parent | f9d6d762dc5f86511e349e7f0a59ebb89a7b0764 (diff) |
[ruby/csv] Bump version
https://.com/ruby/csv/commit/e1b430d965
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.8" end |