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

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