httpx/lib/httpx/version.rb
2023-05-05 17:25:47 +01:00

6 lines
69 B
Ruby

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