summaryrefslogtreecommitdiff
path: root/lib/csv
diff options
context:
space:
mode:
authorSutou Kouhei <[email protected]>2020-05-18 06:03:03 +0900
committerNobuyoshi Nakada <[email protected]>2020-07-20 02:32:51 +0900
commit731c0eb44d93bcce951e447c52b4763418b5bcdd ()
tree0e425661700727f5dc2a862d42659fd8f995662a /lib/csv
parent9e6d54a501fc1864515274a2e45058584e32fe3f (diff)
[ruby/csv] Bump version
https://.com/ruby/csv/commit/c6577e5b6e
Notes: Merged: https://.com/ruby/ruby/pull/3332
-rw-r--r--lib/csv/version.rb2
1 files changed, 1 insertions, 1 deletions
@@ -2,5 +2,5 @@
class CSV
# The version of the installed library.
- VERSION = "3.1.5"
end