From e19f0f6d22280e4b8c63c13ec91a0f04351c8fe7 Mon Sep 17 00:00:00 2001 From: Matt Date: Tue, 9 Aug 2022 20:06:35 +0100 Subject: [PATCH] Version bump to 2.0.2 --- lib/faraday/net_http_persistent/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/faraday/net_http_persistent/version.rb b/lib/faraday/net_http_persistent/version.rb index 0f33f75..8f3fa7b 100644 --- a/lib/faraday/net_http_persistent/version.rb +++ b/lib/faraday/net_http_persistent/version.rb @@ -2,6 +2,6 @@ module Faraday module NetHttpPersistent - VERSION = "2.0.1" + VERSION = "2.0.2" end end