Skip to content

Commit 3613cd0

Browse files
authored
Merge pull request #44 from hydephp/release/v0.4.4
HydeCLI v0.4.4
2 parents ec72875 + 98f2b94 commit 3613cd0

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
*.md diff=markdown
77
*.php diff=php
88

9+
builds/hyde binary
10+
911
.github/ export-ignore
1012
tests/ export-ignore
1113
bin/ export-ignore

.github/workflows/publish-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# It is triggered by pushes to the protected stable branch used for releases.
33
# This process is triggered via the GitHub UI using the create-release.yml action.
44

5-
name: Build and publish a new release
5+
name: Publish a new release
66

77
on:
88
push:

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.3';
9+
final public const APP_VERSION = '0.4.4';
1010

1111
public function getCachedPackagesPath(): string
1212
{

builds/hyde

103 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)