diff --git a/composer.json b/composer.json index be29ebc..76f26aa 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "jigarius/drall", "description": "Drall is a utility to run drush on multi-site Drupal installations.", - "version": "1.0.0-beta1", + "version": "1.1.0-rc1", "homepage": "https://github.com/jigarius/drall", "license": "GPL-3.0-only", "keywords": ["drush", "drupal"], diff --git a/src/Drall.php b/src/Drall.php index 9006902..f88677a 100644 --- a/src/Drall.php +++ b/src/Drall.php @@ -22,7 +22,7 @@ final class Drall extends Application { const NAME = 'Drall'; - const VERSION = '1.0.0-beta1'; + const VERSION = '1.1.0-rc1'; use LoggerAwareTrait; use SiteDetectorAwareTrait;