File: version.rb

package info (click to toggle)
ruby-origin 2.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: ruby: 1,196; makefile: 3
file content (4 lines) | stat: -rw-r--r-- 56 bytes parent folder | download | duplicates (3)
1
2
3
4
# encoding: utf-8
module Origin
  VERSION = "2.2.0"
end