From 033514c62fef937dda904daa3b73b2b9750913f0 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Sat, 9 May 2020 06:32:02 +0900 Subject: [ruby/csv] Bump version https://github.com/ruby/csv/commit/edc6cb9022 --- 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 24cb3c2438..bfcfd6143c 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.3" + VERSION = "3.1.4" end -- cgit v1.2.3