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

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