Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
luckyraul committed Jan 21, 2022
1 parent bebd985 commit bfe29c2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/grumphp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ on:
branches:
- v1
push:
tags:
- '*'
branches:
- v1

Expand Down Expand Up @@ -66,3 +68,9 @@ jobs:
with:
name: jeeves_new.phar
path: jeeves.phar
- name: Upload to Releases
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/') && matrix.php-versions == '7.4'
with:
files: jeeves.phar
token: ${{ secrets.token }}
2 changes: 1 addition & 1 deletion src/Jeeves/Console/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
class Application extends BaseApplication
{
public const GEN = 'generate';
public const VERSION = '1.0.0RC1';
public const VERSION = '1.0.0-rc.1';
public const NAME = 'Jeeves';

/**
Expand Down
6 changes: 0 additions & 6 deletions src/Jeeves/Console/Command/ShippingModule.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@

class ShippingModule extends BaseCommand
{
private $vendor;

private $path;

private $module;

private $entity;

protected function configure()
{
$this
Expand Down

0 comments on commit bfe29c2

Please sign in to comment.