File: version.rb

package info (click to toggle)
ruby-batch-loader 2.0.1%2Bdfsg-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 244 kB
  • sloc: ruby: 767; makefile: 6; sh: 4
file content (5 lines) | stat: -rw-r--r-- 73 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

class BatchLoader
  VERSION = "2.0.1"
end