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

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