File: version.rb

package info (click to toggle)
ruby-csv 3.3.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 472 kB
  • sloc: ruby: 2,483; makefile: 3
file content (6 lines) | stat: -rw-r--r-- 107 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

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