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

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