summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2021-06-06 05:34:21 +0900
committerSutou Kouhei <kou@cozmixng.org>2021-10-24 05:57:33 +0900
commite40baca33d44057263c7119bb07ab1401ced5d1b (patch)
treed7a5cb10c543197e25ce36497f82d1726bb9df6d
parent185c5738211e16f289aa7448823f678348597bb5 (diff)
downloadruby-e40baca33d44057263c7119bb07ab1401ced5d1b.tar.gz
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/3025070cea
-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 b509299d96..72d61caf9f 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.0"
+ VERSION = "3.2.1"
end