summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2019-10-12 07:45:45 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-20 02:32:48 +0900
commit172cfce6dc7a96ec0f7eac4f0d674ed772d0d098 (patch)
treec06c0f3c456f9a639c57ded882303fb1b74e38a6
parentd03a7c6a25fad2393d8eb2cccd1680e37206cd7e (diff)
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/284ce810bc
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3332
-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 072400fe01..24cb3c2438 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.2"
+ VERSION = "3.1.3"
end