File: version.rb

package info (click to toggle)
ruby-http 4.4.1-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 704 kB
  • sloc: ruby: 5,388; 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