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

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