summaryrefslogtreecommitdiff
path: root/vendor/bundle/ruby/3.4.0/gems/csv-3.3.5/lib/csv/version.rb
blob: 227f7f75a67b90d1dc05f98f328c22d93a1a40c6 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

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