Skip to content

Commit c379798

Browse files
committed
use latest
1 parent 3af472f commit c379798

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llms.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36094,7 +36094,7 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk
3609436094

3609536095
1. Clone the template repository:
3609636096
```bash
36097-
git clone -b stable2412 https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template
36097+
git clone -b v0.0.4 https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template
3609836098
```
3609936099

3610036100
2. Navigate into the project directory:

tutorials/polkadot-sdk/parachains/zero-to-hero/set-up-a-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ The [Polkadot SDK Parachain Template](https://github.com/paritytech/polkadot-sdk
7070

7171
1. Clone the template repository:
7272
```bash
73-
git clone -b stable2412 https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template
73+
git clone -b v0.0.4 https://github.com/paritytech/polkadot-sdk-parachain-template.git parachain-template
7474
```
7575

7676
2. Navigate into the project directory:

0 commit comments

Comments
 (0)