Skip to content

Commit 073115e

Browse files
authored
Merge pull request #39 from hydephp/release/v0.4.1
HydeCLI v0.4.1
2 parents 4cd91ce + 555cadb commit 073115e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ "stable" ]
1010

1111
permissions:
12-
contents: read
12+
contents: write
1313

1414
jobs:
1515

app/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class Application extends \Hyde\Foundation\Application
88
{
9-
final public const APP_VERSION = '0.4.0';
9+
final public const APP_VERSION = '0.4.1';
1010

1111
public function getCachedPackagesPath(): string
1212
{

0 commit comments

Comments
 (0)