summaryrefslogtreecommitdiff
path: root/lib/csv/version.rb
blob: b2b0ad743a93d1a693a412e73fca6c782211c4e4 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

class CSV
  # The version of the installed library.
  VERSION = "3.0.9"
end