bumped version to 0.23.2

This commit is contained in:
HoneyryderChuck 2023-05-05 17:25:47 +01:00
parent 877e561a45
commit c71d4048af
2 changed files with 6 additions and 1 deletions

View File

@ -0,0 +1,5 @@
# 0.23.2
## Bugfixes
* fix missing variable on code path in the native resolver.

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module HTTPX
VERSION = "0.23.1"
VERSION = "0.23.2"
end