diff options
author | Kouhei Sutou <[email protected]> | 2019-04-17 22:05:12 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2019-07-14 23:07:31 +0900 |
commit | c8b82998d4fbbb8988b0f2458327697918a9e1a2 (patch) | |
tree | f5751701817bc1f16cdca4818b6bb8799d39d072 /lib/csv/version.rb | |
parent | 8392592a0a33bb9103a7aa968389fe50e304e062 (diff) |
[ruby/csv] Bump version
https://github.com/ruby/csv/commit/3976985008
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 22a6df4be9..ce55373f02 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.0" + VERSION = "3.1.1" end |