File: version.rb

package info (click to toggle)
ruby-rr 1.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 1,436 kB
  • ctags: 1,404
  • sloc: ruby: 11,657; makefile: 5
file content (4 lines) | stat: -rw-r--r-- 74 bytes parent folder | download
1
2
3
4
module RR
  VERSION = '1.2.0'.freeze
  def self.version; VERSION; end
end