summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2021-12-03 06:29:57 +0900
committerSutou Kouhei <kou@cozmixng.org>2021-12-24 14:35:33 +0900
commitd137ce50a1fb438b1fa078f5c54a72b7be30c52a (patch)
treebd03a430586c4e6f5b0a18d2a4e340415c66a087 /lib
parentc70dc3cafb29d89d0377677ead346495183db47e (diff)
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/e32b666731
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/5336
Diffstat (limited to 'lib')
-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 72d61caf9f..d1d0dc0e02 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.1"
+ VERSION = "3.2.2"
end