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

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