[ruby/csv] Bump version

https://github.com/ruby/csv/commit/0cba3e766d
This commit is contained in:
Sutou Kouhei 2023-11-08 16:17:28 +09:00 committed by Hiroshi SHIBATA
parent cb6a556927
commit 60e46926ba

View File

@ -2,5 +2,5 @@
class CSV
# The version of the installed library.
VERSION = "3.2.8"
VERSION = "3.2.9"
end