File: version.rb

package info (click to toggle)
ruby-csv 3.3.5-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 796 kB
  • sloc: ruby: 6,862; makefile: 4; sh: 4
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.5"
end