diff --git a/Build/Scripts/runTests.sh b/Build/Scripts/runTests.sh index 36fdbc2..42d306a 100755 --- a/Build/Scripts/runTests.sh +++ b/Build/Scripts/runTests.sh @@ -385,7 +385,7 @@ fi handleDbmsOptions -COMPOSER_ROOT_VERSION="2.0.0-dev" +COMPOSER_ROOT_VERSION="2.0.0" CONTAINER_INTERACTIVE="-it --init" HOST_UID=$(id -u) USERSET="" diff --git a/README.md b/README.md index 44a1937..97063f1 100644 --- a/README.md +++ b/README.md @@ -94,8 +94,8 @@ Prerequisites: ```bash echo '>> Create release based on configuration' ; \ RELEASE_BRANCH='main' ; \ - RELEASE_VERSION='1.0.2' ; \ - DEV_VERSION='1.0.3' ; \ + RELEASE_VERSION='2.0.0' ; \ + DEV_VERSION='2.0.1' ; \ echo ">> Checkout branches" && \ git checkout main && \ git fetch --all && \ diff --git a/VERSION b/VERSION index d72f262..227cea2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.0-dev +2.0.0 diff --git a/composer.json b/composer.json index 3399b11..0443aba 100644 --- a/composer.json +++ b/composer.json @@ -35,7 +35,7 @@ "web-dir": ".Build/Web", "cms-package-dir": "{$vendor-dir}/typo3/cms", "app-dir": ".Build", - "version": "2.0.0-dev", + "version": "2.0.0", "Package": { "providesPackages": { "org_heigl/hyphenator": "contrib/Libraries"