Skip to content

Commit 20f9983

Browse files
committed
Update Tags and Notes to reflect SusFS version: v1.5.11
1 parent 7a8cbaf commit 20f9983

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-kernel-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)