diff --git a/composer.json b/composer.json index b590360..6d516a7 100644 --- a/composer.json +++ b/composer.json @@ -39,7 +39,7 @@ }, "extra": { "branch-alias": { - "dev-master": "3.6.x-dev" + "dev-master": "3.7.x-dev" } } } diff --git a/resources/manifest.php b/resources/manifest.php index e35ad5d..719a575 100644 --- a/resources/manifest.php +++ b/resources/manifest.php @@ -4,5 +4,5 @@ return [ 'name' => 'Vanilo Links Module', - 'version' => '3.6.0' + 'version' => '3.7-dev' ];