bump to rc1

This commit is contained in:
Till Krüss
2025-04-17 08:51:06 -07:00
committed by GitHub
parent 5368c27dfb
commit b5c942b2a1
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
## Unreleased
## v3.0.0-RC1 (2025-04-14)
## v3.0.0-RC1 (2025-04-17)
### Breaking Changes
- Remove deprecated Triggers & Functions support (#1524)
+1 -1
View File
@@ -1 +1 @@
3.0.0-alpha1
3.0.0-RC1
+1 -1
View File
@@ -54,7 +54,7 @@ use Traversable;
*/
class Client implements ClientInterface, IteratorAggregate
{
public const VERSION = '3.0.0-alpha1';
public const VERSION = '3.0.0-RC1';
/** @var OptionsInterface */
private $options;