File: version.rb

package info (click to toggle)
ruby-batch-loader 2.0.5%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 284 kB
  • sloc: ruby: 783; 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.5"
end