summaryrefslogtreecommitdiff
path: root/lib/csv
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2022-12-08 11:52:51 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2022-12-26 15:09:21 +0900
commit50e58df0e365dccd0493a1c3cdd30930c685d1ab (patch)
treeffa2224f8d9f456b86159682c4130168c2791458 /lib/csv
parent79ad0452146e6ceacc9387bc78d74a53f6a20767 (diff)
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/8606ee83e0
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/7025
Diffstat (limited to 'lib/csv')
-rw-r--r--lib/csv/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv/version.rb b/lib/csv/version.rb
index e05d63d801..edafc6f128 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.6"
+ VERSION = "3.2.7"
end