Skip to content

Commit f0c8e47

Browse files
committed
Merge branch 'master' into configure-export-ignore
2 parents 6df9034 + 3613cd0 commit f0c8e47

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
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
config/ export-ignore
1113
tests/ export-ignore

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)