File: version.rb

package info (click to toggle)
ruby-train 3.16.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,272 kB
  • sloc: ruby: 10,507; sh: 17; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 105 bytes parent folder | download
1
2
3
4
5
6
#
# Author:: Dominik Richter (<dominik.richter@gmail.com>)

module Train
  VERSION = "3.16.1".freeze
end