summaryrefslogtreecommitdiff
path: root/lib/csv/version.rb
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-15 09:22:11 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2019-04-15 09:22:11 +0000
commitb5aba69e60dec153ecab3263ebc3fa5e93662a46 (patch)
treede335981d912c9359496aff4ea93921e96655c3f /lib/csv/version.rb
parent1371865130ee432d44683222982720e5ba3fd66e (diff)
merge revision(s) 66720:
separate downloading of Unicode property files and auxiliary files Separate downloading of Unicode property files in ucd and in ucd/auxiliary. This is needed because we need information from separate index.html files to discover the exact file names of property files during a beta period. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_2_6@67562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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 0b4b7d1966..b2b0ad743a 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.0.4"
+ VERSION = "3.0.9"
end