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

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