This repository has been archived by the owner on Jul 30, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tp26840 feat: Update gutenberg version to 3.7.0
- Loading branch information
1 parent
dc24f7b
commit 7a1e7e2
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ git clone [email protected]:WordPress/gutenberg.git | |
cd gutenberg | ||
|
||
# checkout to version we want | ||
git checkout tags/v3.6.2 | ||
git checkout tags/v3.7.0 | ||
|
||
# remobe git references | ||
rm -rf .git | ||
|