summaryrefslogtreecommitdiff
path: root/lib/csv/version.rb
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-08-04 10:33:35 +0900
committerSutou Kouhei <kou@cozmixng.org>2020-11-24 09:33:55 +0900
commit067b2175e8c55200ba22d395e1fe8255e8dcb383 (patch)
treea2eb4d2c75a8236258a484b776fccc64e727d625 /lib/csv/version.rb
parent62d123dfa0abac99a776b5c8f703afd582cccc5a (diff)
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/e7628e6930
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/3804
Diffstat (limited to 'lib/csv/version.rb')
-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 6e131d1de5..3298e1ec10 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.1.7"
+ VERSION = "3.1.8"
end