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

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