Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/laravel/valet
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-chetan committed Sep 4, 2024
2 parents 432a514 + 5da6033 commit 4d3d64a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Release Notes

## [Unreleased](https://github.com/laravel/valet/compare/v4.7.1...master)
## [Unreleased](https://github.com/laravel/valet/compare/v4.8.0...master)

## [v4.8.0](https://github.com/laravel/valet/compare/v4.7.1...v4.8.0) - 2024-09-03

* Add a new share tool, cloudflared by [@rcknr](https://github.com/rcknr) in https://github.com/laravel/valet/pull/1467

## [v4.7.1](https://github.com/laravel/valet/compare/v4.7.0...v4.7.1) - 2024-06-25

Expand Down
2 changes: 1 addition & 1 deletion cli/app.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
*/
Container::setInstance(new Container);

$version = '4.7.1';
$version = '4.8.0';

$app = new Application('Laravel Valet', $version);

Expand Down

0 comments on commit 4d3d64a

Please sign in to comment.