From 6783b378d39935b5dcbe133c27dbb048f94704b6 Mon Sep 17 00:00:00 2001 From: HoneyryderChuck Date: Tue, 19 Nov 2024 12:53:34 +0000 Subject: [PATCH] bump version to 1.3.4 --- doc/release_notes/1_3_3.md | 2 +- lib/httpx/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/release_notes/1_3_3.md b/doc/release_notes/1_3_3.md index d4b82299..d61c382c 100644 --- a/doc/release_notes/1_3_3.md +++ b/doc/release_notes/1_3_3.md @@ -1,4 +1,4 @@ -# 1.3.2 +# 1.3.3 ## Bugfixes diff --git a/lib/httpx/version.rb b/lib/httpx/version.rb index e707f5d2..eb345c72 100644 --- a/lib/httpx/version.rb +++ b/lib/httpx/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module HTTPX - VERSION = "1.3.3" + VERSION = "1.3.4" end