From abd13afb7c6cab622e86b6101180f277767d8d83 Mon Sep 17 00:00:00 2001 From: Travis Dent Date: Wed, 12 Jul 2023 09:27:57 -0700 Subject: [PATCH] Version bump --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 44e3537..db0867e 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "tcdent/php-restclient", - "version": "0.1.8.2", + "version": "0.1.8.3", "description": "A generic REST API client for PHP", "type": "library", "keywords": ["REST", "api", "client", "curl", "JSON", "XML"],