From 3361e3f15f2741e4f5a2e0325458d9dc1646e7a2 Mon Sep 17 00:00:00 2001 From: Jigar Mehta Date: Sun, 14 May 2023 10:32:45 -0300 Subject: [PATCH] Bump version: 3.0.0-alpha1 --- composer.json | 2 +- src/Drall.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 1725d89..5ea01ea 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "jigarius/drall", "description": "Drall is a command-line utility to run drush on multi-site Drupal installations.", "license": "GPL-3.0-only", - "version": "2.0.0", + "version": "3.0.0-alpha1", "keywords": [ "drupal", "drush", diff --git a/src/Drall.php b/src/Drall.php index b55ecbd..597c642 100644 --- a/src/Drall.php +++ b/src/Drall.php @@ -23,7 +23,7 @@ final class Drall extends Application { const NAME = 'Drall'; - const VERSION = '2.0.0'; + const VERSION = '3.0.0-alpha1'; use SiteDetectorAwareTrait;