File: version.rb

package info (click to toggle)
ruby-html-proofer 3.19.4-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,040 kB
  • sloc: ruby: 3,203; sh: 9; makefile: 4; javascript: 1; php: 1
file content (5 lines) | stat: -rw-r--r-- 75 bytes parent folder | download
1
2
3
4
5
# frozen_string_literal: true

module HTMLProofer
  VERSION = '3.19.4'
end