httpx/lib/httpx/version.rb
2024-07-10 16:27:24 +01:00

6 lines
68 B
Ruby

# frozen_string_literal: true
module HTTPX
VERSION = "1.3.0"
end