diff options
author | Sutou Kouhei <[email protected]> | 2021-12-03 06:29:57 +0900 |
---|---|---|
committer | Sutou Kouhei <[email protected]> | 2021-12-24 14:35:33 +0900 |
commit | d137ce50a1fb438b1fa078f5c54a72b7be30c52a () | |
tree | bd03a430586c4e6f5b0a18d2a4e340415c66a087 /lib/csv | |
parent | c70dc3cafb29d89d0377677ead346495183db47e (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.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@ class CSV # The version of the installed library. - VERSION = "3.2.1" end |