diff options
author | Sutou Kouhei <[email protected]> | 2019-10-12 14:03:21 +0900 |
---|---|---|
committer | GitHub <[email protected]> | 2019-10-12 14:03:21 +0900 |
commit | 92df7d98b62f48cf21cdec522f2e7b34380fd718 (patch) | |
tree | a0d169e177ebd5607caefa26cef90cc70df48232 /lib/csv/version.rb | |
parent | d6e68bb263e79cb802fa683d9c4139ddca2fd4f5 (diff) |
Import CSV 3.1.2 (#2547)
Notes
Notes:
Merged-By: kou <[email protected]>
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 ce55373f02..072400fe01 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.1" + VERSION = "3.1.2" end |