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

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