File: version.rb

package info (click to toggle)
ruby-highline 3.1.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 800 kB
  • sloc: ruby: 5,789; sh: 7; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 105 bytes parent folder | download
1
2
3
4
5
6
# coding: utf-8

class HighLine
  # The version of the installed library.
  VERSION = "3.1.2".freeze
end