File: version.rb

package info (click to toggle)
ruby-maxitest 7.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 444 kB
  • sloc: ruby: 1,339; makefile: 7
file content (4 lines) | stat: -rw-r--r-- 70 bytes parent folder | download
1
2
3
4
# frozen_string_literal: true
module Maxitest
  VERSION = "7.1.1"
end