mirror of
https://github.com/HoneyryderChuck/httpx.git
synced 2025-10-04 00:00:37 -04:00
6 lines
68 B
Ruby
6 lines
68 B
Ruby
# frozen_string_literal: true
|
|
|
|
module HTTPX
|
|
VERSION = "1.3.0"
|
|
end
|