File: version.rb

package info (click to toggle)
ruby-train 3.2.28-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 1,116 kB
  • sloc: ruby: 9,246; sh: 17; makefile: 8
file content (7 lines) | stat: -rw-r--r-- 123 bytes parent folder | download
1
2
3
4
5
6
7
# encoding: utf-8
#
# Author:: Dominik Richter (<dominik.richter@gmail.com>)

module Train
  VERSION = "3.2.28".freeze
end