<?php namespace Predis\Profiles; class ServerVersionNext extends ServerVersion22 { public function getVersion() { return 'DEV'; } }