diff options
Diffstat (limited to 'vendor/bundle/ruby/3.4.0/gems/csv-3.3.5/lib/csv/version.rb')
| -rw-r--r-- | vendor/bundle/ruby/3.4.0/gems/csv-3.3.5/lib/csv/version.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/bundle/ruby/3.4.0/gems/csv-3.3.5/lib/csv/version.rb b/vendor/bundle/ruby/3.4.0/gems/csv-3.3.5/lib/csv/version.rb new file mode 100644 index 0000000..227f7f7 --- /dev/null +++ b/vendor/bundle/ruby/3.4.0/gems/csv-3.3.5/lib/csv/version.rb @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +class CSV + # The version of the installed library. + VERSION = "3.3.5" +end |
