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