Skip to content

Commit

Permalink
Bump version: v2.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Mar 27, 2022
1 parent dffe850 commit fb11fb6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "jigarius/drall",
"description": "Drall is a command-line utility to run drush on multi-site Drupal installations.",
"version": "1.1.0-rc1",
"version": "2.0.0-rc1",
"homepage": "https://github.com/jigarius/drall",
"license": "GPL-3.0-only",
"keywords": ["drupal", "drush", "drall", "cli"],
Expand Down
2 changes: 1 addition & 1 deletion src/Drall.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ final class Drall extends Application {

const NAME = 'Drall';

const VERSION = '1.1.0-rc1';
const VERSION = '2.0.0-rc1';

use LoggerAwareTrait;
use SiteDetectorAwareTrait;
Expand Down

0 comments on commit fb11fb6

Please sign in to comment.