Skip to content

Commit 0289046

Browse files
committed
Prep 11.x branch
1 parent ca03fcb commit 0289046

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CHANGELOG.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Release Notes for 11.x
22

3-
## [Unreleased](https://github.com/laravel/framework/compare/v11.0.0..master)
3+
## [Unreleased](https://github.com/laravel/framework/compare/v11.0.0..11.x)
44

5-
## [v11.0.0 (2024-??-??)](https://github.com/laravel/framework/compare/v11.0.0...master)
5+
## [v11.0.0 (2024-??-??)](https://github.com/laravel/framework/compare/v11.0.0...11.x)
66

77
Check the upgrade guide in the [Official Laravel Upgrade Documentation](https://laravel.com/docs/11.x/upgrade). Also you can see some release notes in the [Official Laravel Release Documentation](https://laravel.com/docs/11.x/releases).

bin/split.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
set -e
44
set -x
55

6-
CURRENT_BRANCH="master"
6+
CURRENT_BRANCH="11.x"
77

88
function split()
99
{

0 commit comments

Comments
 (0)