Skip to content

Commit 7214da1

Browse files
committed
update tag in update.sh to v1.16.0-rc1
1 parent cb72b4f commit 7214da1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

support/procedural-fork/update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -e
55

66
# Set the repository and tag
77
REPO_URL="[email protected]:paritytech/polkadot-sdk.git"
8-
POLKADOT_SDK_TAG="v1.10.0-rc3"
8+
POLKADOT_SDK_TAG="v1.16.0-rc1"
99

1010
# Create a temporary directory for cloning
1111
TMP_DIR=$(mktemp -d)

0 commit comments

Comments
 (0)