From 4c2824187d15d3ea6c8afc18ec104ac1eb44b2f3 Mon Sep 17 00:00:00 2001 From: github-actions Date: Mon, 23 Mar 2026 10:38:24 +0000 Subject: [PATCH] chore(release): 4.2.0 --- composer.json | 2 +- src/Constant.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index bdeeed8..d107667 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "getstream/getstream-php", "description": "PHP SDK for GetStream API", - "version": "v4.1.0", + "version": "v4.2.0", "type": "library", "license": "MIT", "authors": [ diff --git a/src/Constant.php b/src/Constant.php index 4f2cf95..c83668a 100644 --- a/src/Constant.php +++ b/src/Constant.php @@ -6,5 +6,5 @@ class Constant { - public const VERSION = '4.1.0'; + public const VERSION = '4.2.0'; }