summaryrefslogtreecommitdiff
path: root/lib/csv/version.rb
diff options
context:
space:
mode:
authorSutou Kouhei <kou@clear-code.com>2020-11-18 05:29:33 +0900
committerSutou Kouhei <kou@cozmixng.org>2020-11-24 09:33:55 +0900
commitf9935205acc6ee1c737c2c132e547747c21d3ead (patch)
tree4127c534021436db7a49b5313cd90f335b76caea /lib/csv/version.rb
parentf9d6d762dc5f86511e349e7f0a59ebb89a7b0764 (diff)
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/e1b430d965
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 3298e1ec10..51dc8433f3 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.8"
+ VERSION = "3.1.9"
end