diff options
author | Sutou Kouhei <[email protected]> | 2020-05-17 12:14:05 +0900 |
---|---|---|
committer | Nobuyoshi Nakada <[email protected]> | 2020-07-20 02:32:50 +0900 |
commit | 71bee3819f6211e48dd42ff1611131e5f431d658 (patch) | |
tree | a7b0150e24076db075b5a9dffc16eb11d1c6847e /lib/csv/version.rb | |
parent | 1822b19221400da9e238c03b21f734159fb7fe6f (diff) |
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/936f15f3cd
Notes
Notes:
Merged: https://github.com/ruby/ruby/pull/3332
Diffstat (limited to 'lib/csv/version.rb')
-rw-r--r-- | lib/csv/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/csv/version.rb b/lib/csv/version.rb index bfcfd6143c..c26f53e24b 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.4" + VERSION = "3.1.5" end |