Skip to content

Commit

Permalink
Bump version: v1.1.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
jigarius committed Mar 20, 2022
1 parent 4f97391 commit da0dd99
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 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"],
Expand Down
2 changes: 1 addition & 1 deletion src/Drall.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit da0dd99

Please sign in to comment.