Skip to content

Commit 8db0f0d

Browse files
authored
Merge pull request #19 from GetStream/release-3.0.0
Release 3.0.0
2 parents 4381d0a + e4375f1 commit 8db0f0d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "getstream/getstream-php",
33
"description": "PHP SDK for GetStream API",
4-
"version": "v2.1.0",
4+
"version": "v3.0.0",
55
"type": "library",
66
"license": "MIT",
77
"authors": [

src/Constant.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66

77
class Constant
88
{
9-
public const VERSION = '2.1.0';
9+
public const VERSION = '3.0.0';
1010
}

0 commit comments

Comments
 (0)