diff --git a/lib/Alchemy/Phrasea/ControllerProvider/Api/V1.php b/lib/Alchemy/Phrasea/ControllerProvider/Api/V1.php index a976e774e0..d64689eca2 100644 --- a/lib/Alchemy/Phrasea/ControllerProvider/Api/V1.php +++ b/lib/Alchemy/Phrasea/ControllerProvider/Api/V1.php @@ -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'],