File: version.rb

package info (click to toggle)
ruby-grit 2.8.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 336 kB
  • sloc: ruby: 3,643; makefile: 4
file content (7 lines) | stat: -rw-r--r-- 66 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
module GritExt
  extend self

  def version
    "0.8.1"
  end
end