File: version.rb

package info (click to toggle)
ruby-beaneater 1.1.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 304 kB
  • sloc: ruby: 1,632; sh: 4; makefile: 2
file content (6 lines) | stat: -rw-r--r-- 99 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

class Beaneater
  # Current version of gem.
  VERSION = "1.1.4"
end