Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hydephp/develop into 2.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jul 6, 2024
2 parents 20078cb + 05edd65 commit 537f9f1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/framework/src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

final public const VERSION = '1.7.0';
final public const VERSION = '1.7.1';

protected static self $instance;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public function testComponentRendersPostWithAuthorObject()
$view = $this->renderTestView(MarkdownPost::make(matter: [
'author' => [
'name' => 'John Doe',
'url' => '#',
],
]));

Expand Down

0 comments on commit 537f9f1

Please sign in to comment.