From da0dd99a4cb0c76bdefda01234c93a9d5550972c Mon Sep 17 00:00:00 2001 From: Jigar Mehta Date: Sat, 19 Mar 2022 20:43:37 -0400 Subject: [PATCH] Bump version: v1.1.0-rc1 --- composer.json | 2 +- src/Drall.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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;