bump api version to 2.0.0

This commit is contained in:
nmaillat
2018-07-18 23:23:59 +02:00
parent 340a2f0e66
commit 98660a4aaf

View File

@@ -23,7 +23,7 @@ use Silex\ServiceProviderInterface;
class V1 extends Api implements ControllerProviderInterface, ServiceProviderInterface
{
const VERSION = '1.5.0';
const VERSION = '2.0.0';
public static $extendedContentTypes = [
'json' => ['application/vnd.phraseanet.record-extended+json'],