File: version.rb

package info (click to toggle)
ruby-peek-performance-bar 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 128 kB
  • sloc: javascript: 129; ruby: 108; makefile: 4
file content (5 lines) | stat: -rw-r--r-- 68 bytes parent folder | download | duplicates (3)
1
2
3
4
5
module Peek
  module PerformanceBar
    VERSION = '1.3.0'
  end
end