summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-05-17 12:14:05 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-20 02:32:50 +0900
commit71bee3819f6211e48dd42ff1611131e5f431d658 (patch)
treea7b0150e24076db075b5a9dffc16eb11d1c6847e
parent1822b19221400da9e238c03b21f734159fb7fe6f (diff)
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/936f15f3cd
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 bfcfd6143c..c26f53e24b 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.4"
+ VERSION = "3.1.5"
end