File: version.rb

package info (click to toggle)
ruby-http 4.4.1-4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 676 kB
  • sloc: ruby: 5,384; makefile: 9
file content (5 lines) | stat: -rw-r--r-- 67 bytes parent folder | download | duplicates (3)
1
2
3
4
5
# frozen_string_literal: true

module HTTP
  VERSION = "4.4.1"
end