File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ jobs:
396396
397397 - name : Generate and Create New Tag
398398 run : |
399- BASE_TAG="v1.5.10 -r0"
399+ BASE_TAG="v1.5.11 -r0"
400400 LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
401401 if [ -z "$LATEST_TAG" ]; then
402402 LATEST_TAG="$BASE_TAG"
@@ -419,7 +419,7 @@ jobs:
419419 run : |
420420 echo "=== Start building the release notes ==="
421421 cat << EOF > release_notes.md
422- This release contains KernelSU Next and SUSFS v1.5.10
422+ This release contains KernelSU Next and SUSFS v1.5.11
423423
424424 Module:
425425 -> https://github.com/sidex15/ksu_module_susfs
@@ -450,7 +450,7 @@ jobs:
450450
451451 ### Features
452452 - [+] KernelSU-Next / WildKSU Manager Support
453- - [+] SUSFS v1.5.10
453+ - [+] SUSFS v1.5.11
454454 - [+] Wireguard Support
455455 - [+] Magic Mount Support
456456 - [+] Ptrace message leak fix for kernels < 5.16
You can’t perform that action at this time.
0 commit comments