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

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