mirror of
https://github.com/predis/predis.git
synced 2026-09-12 11:27:05 +00:00
bump version
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@
|
||||
### Changed
|
||||
### Fixed
|
||||
|
||||
## v3.0.2 (2025-07-22)
|
||||
## v3.1.0 (2025-07-22)
|
||||
### Added
|
||||
- Add experimental support for vector sets commands (#1550)
|
||||
- Added support for `XACK` command (#1555)
|
||||
|
||||
+1
-1
@@ -54,7 +54,7 @@ use Traversable;
|
||||
*/
|
||||
class Client implements ClientInterface, IteratorAggregate
|
||||
{
|
||||
public const VERSION = '3.0.3-dev';
|
||||
public const VERSION = '3.1.0';
|
||||
|
||||
/** @var OptionsInterface */
|
||||
private $options;
|
||||
|
||||
Reference in New Issue
Block a user