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

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