bump version to 1.3.4

This commit is contained in:
HoneyryderChuck 2024-11-19 12:53:34 +00:00
parent 9d7681cb46
commit 6783b378d3
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# 1.3.2
# 1.3.3
## Bugfixes

View File

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