[ruby/csv] Bump version

https://github.com/ruby/csv/commit/8606ee83e0
This commit is contained in:
Sutou Kouhei 2022-12-08 11:52:51 +09:00 committed by Hiroshi SHIBATA
parent 79ad045214
commit 50e58df0e3
Notes: git 2022-12-26 06:09:43 +00:00

View File

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