From 60e46926bad72cbdbf3c42665d64f296becf127f Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Wed, 8 Nov 2023 16:17:28 +0900 Subject: [PATCH] [ruby/csv] Bump version https://github.com/ruby/csv/commit/0cba3e766d --- 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 9c65803a34..100c684ac4 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.2.8" + VERSION = "3.2.9" end