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

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