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