mirror of
https://github.com/predis/predis.git
synced 2026-08-28 11:09:49 +00:00
8 lines
129 B
PHP
8 lines
129 B
PHP
<?php
|
|
|
|
namespace Predis\Profiles;
|
|
|
|
class Server_vNext extends Server_v2_2 {
|
|
public function getVersion() { return 'DEV'; }
|
|
}
|