Files
server/usr/lib/ruby/3.2.0/csv/version.rb
2026-01-07 20:52:11 +01:00

7 lines
107 B
Ruby

# frozen_string_literal: true
class CSV
# The version of the installed library.
VERSION = "3.2.6"
end