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

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