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 (patch) | |
tree | 4127c534021436db7a49b5313cd90f335b76caea | |
parent | f9d6d762dc5f86511e349e7f0a59ebb89a7b0764 (diff) |
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/e1b430d965
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3804
-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 3298e1ec10..51dc8433f3 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.8" + VERSION = "3.1.9" end |