mirror of
https://github.com/predis/predis.git
synced 2026-08-30 12:15:03 +00:00
bump to rc1
This commit is contained in:
+1
-1
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user