File: version.rb

package info (click to toggle)
ruby-buff-config 2.0.0-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 200 kB
  • sloc: ruby: 481; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 60 bytes parent folder | download | duplicates (2)
1
2
3
4
5
module Buff
  module Config
    VERSION = "2.0.0"
  end
end