mirror of
https://github.com/predis/predis.git
synced 2026-08-19 06:41:42 +00:00
8 lines
138 B
PHP
8 lines
138 B
PHP
<?php
|
|
|
|
namespace Predis\Profiles;
|
|
|
|
class ServerVersionNext extends ServerVersion22 {
|
|
public function getVersion() { return 'DEV'; }
|
|
}
|