From 067b2175e8c55200ba22d395e1fe8255e8dcb383 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 4 Aug 2020 10:33:35 +0900 Subject: [PATCH] [ruby/csv] Bump version https://github.com/ruby/csv/commit/e7628e6930 --- 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 6e131d1de5..3298e1ec10 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.7" + VERSION = "3.1.8" end