summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-05-18 06:03:03 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2020-07-20 02:32:51 +0900
commit731c0eb44d93bcce951e447c52b4763418b5bcdd (patch)
tree0e425661700727f5dc2a862d42659fd8f995662a
parent9e6d54a501fc1864515274a2e45058584e32fe3f (diff)
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/c6577e5b6e
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 c26f53e24b..057eeb76be 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.5"
+ VERSION = "3.1.6"
end