httpx/lib/httpx/version.rb
2023-07-30 23:35:27 +01:00

6 lines
69 B
Ruby

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