Skip to content

Commit ec72875

Browse files
authored
Merge pull request #42 from hydephp/release/v0.4.3
HydeCLI v0.4.3
2 parents fa160b5 + 2a8b5a5 commit ec72875

File tree

3 files changed

+1
-18
lines changed

3 files changed

+1
-18
lines changed

.github/workflows/publish-release.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -42,23 +42,6 @@ jobs:
4242
ssh-key: ${{ secrets.SSH_PRIVATE_KEY }}
4343
ref: stable
4444

45-
- name: Download the application artifact
46-
uses: actions/download-artifact@v3
47-
with:
48-
name: hyde
49-
path: builds
50-
51-
- name: Download the checksum artifact
52-
uses: actions/download-artifact@v3
53-
with:
54-
name: checksum
55-
path: builds
56-
57-
- name: Download the version number artifact
58-
uses: actions/download-artifact@v3
59-
with:
60-
name: version
61-
6245
- name: Prepare version information
6346
run: |
6447
echo "VERSION=$(php ./bin/get-release-version.php)" >> $GITHUB_ENV

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

1111
public function getCachedPackagesPath(): string
1212
{

builds/hyde

3 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)