From f9935205acc6ee1c737c2c132e547747c21d3ead Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 18 Nov 2020 05:29:33 +0900 Subject: [PATCH] [ruby/csv] Bump version https://github.com/ruby/csv/commit/e1b430d965 --- 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 3298e1ec10..51dc8433f3 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.8" + VERSION = "3.1.9" end