diff options
author | Sutou Kouhei <[email protected]> | 2023-11-08 16:17:28 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-25 21:12:49 +0900 |
commit | 60e46926bad72cbdbf3c42665d64f296becf127f () | |
tree | bdd0ba09cbce00cb0fa4b06697ba9ce9a98e21a9 /lib/csv | |
parent | cb6a556927120eb998f2995dc7fa21e6232d117e (diff) |
[ruby/csv] Bump version
https://.com/ruby/csv/commit/0cba3e766d
-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.8" end |