Skip to content

Commit 638bbff

Browse files
committed
2.17.0 release
1 parent a0a138d commit 638bbff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ tag:
1212
sed -i '' -e "s/APP_VERSION = '.*'/APP_VERSION = '$(TAG)'/" src/Console/ApplicationConfigurator.php
1313
php -l src/Console/ApplicationConfigurator.php
1414
git add -A
15-
git commit -m '$(TAG) release'
15+
git commit -m '$(TAG) release' -n
1616
git tag -s 'v$(TAG)' -m'Version $(TAG)'
1717

1818
lock:

src/Console/ApplicationConfigurator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
class ApplicationConfigurator
1111
{
1212
const APP_NAME = 'GrumPHP';
13-
const APP_VERSION = '2.16.0';
13+
const APP_VERSION = '2.17.0';
1414

1515
public function configure(Application $application): void
1616
{

0 commit comments

Comments
 (0)