summaryrefslogtreecommitdiff
path: root/lib/csv
diff options
context:
space:
mode:
authorSutou Kouhei <[email protected]>2021-12-03 06:29:57 +0900
committerSutou Kouhei <[email protected]>2021-12-24 14:35:33 +0900
commitd137ce50a1fb438b1fa078f5c54a72b7be30c52a ()
treebd03a430586c4e6f5b0a18d2a4e340415c66a087 /lib/csv
parentc70dc3cafb29d89d0377677ead346495183db47e (diff)
[ruby/csv] Bump version
https://.com/ruby/csv/commit/e32b666731
Notes: Merged: https://.com/ruby/ruby/pull/5336
-rw-r--r--lib/csv/version.rb2
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@
class CSV
# The version of the installed library.
- VERSION = "3.2.1"
end