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

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