aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2023-06-26 14:41:47 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2023-06-28 16:37:10 +0900
commitb954a4ebc67d408456a102fe13051e5cc9065878 (patch)
tree2565b74fbbac9b52942dffcd25ed61dd84071597
parentd6d60d4287f58200cc3725d19cb503be70e7d724 (diff)
downloadruby-b954a4ebc67d408456a102fe13051e5cc9065878.tar.gz
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/e090da19b4
-rw-r--r--lib/csv/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv/version.rb b/lib/csv/version.rb
index edafc6f128..9c65803a34 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.7"
+ VERSION = "3.2.8"
end