summaryrefslogtreecommitdiff
path: root/lib/csv/version.rb
diff options
context:
space:
mode:
authorSutou Kouhei <[email protected]>2019-10-12 14:03:21 +0900
committerGitHub <[email protected]>2019-10-12 14:03:21 +0900
commit92df7d98b62f48cf21cdec522f2e7b34380fd718 (patch)
treea0d169e177ebd5607caefa26cef90cc70df48232 /lib/csv/version.rb
parentd6e68bb263e79cb802fa683d9c4139ddca2fd4f5 (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.rb2
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