diff options
author | Sutou Kouhei <[email protected]> | 2021-06-06 05:34:21 +0900 |
---|---|---|
committer | Sutou Kouhei <[email protected]> | 2021-10-24 05:57:33 +0900 |
commit | e40baca33d44057263c7119bb07ab1401ced5d1b (patch) | |
tree | d7a5cb10c543197e25ce36497f82d1726bb9df6d /lib | |
parent | 185c5738211e16f289aa7448823f678348597bb5 (diff) |
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/3025070cea
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/5010
Diffstat (limited to 'lib')
-rw-r--r-- | lib/csv/version.rb | 2 |
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 |