From 731c0eb44d93bcce951e447c52b4763418b5bcdd Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Mon, 18 May 2020 06:03:03 +0900 Subject: [ruby/csv] Bump version https://github.com/ruby/csv/commit/c6577e5b6e --- lib/csv/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3