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 @@ -146,7 +146,7 @@ jobs:
146146 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
147147 RELEASE_NAME : " *TEST BUILD* OnePlus Kernels With KernelSU Next & SUSFS v1.5.5 *TEST BUILD*"
148148 RELEASE_NOTES : |
149- This release contains KernelSU Next and SUSFS v1.5.5
149+ This release contains KernelSU Next and SUSFS v1.5.7
150150
151151 Module:
152152 -> https://github.com/sidex15/ksu_module_susfs
@@ -156,7 +156,7 @@ jobs:
156156
157157 Features:
158158 [+] KernelSU-Next
159- [+] SUSFS v1.5.5
159+ [+] SUSFS v1.5.7
160160 [+] Wireguard Support
161161 [+] Maphide LineageOS Detections
162162 [+] Futile Maphide for jit-zygote-cache Detections
@@ -173,7 +173,7 @@ jobs:
173173 # Fetch the latest tag from GitHub (this is the latest tag based on the GitHub API)
174174 LATEST_TAG=$(gh api repos/$REPO_OWNER/$REPO_NAME/tags --jq '.[0].name')
175175 if [ -z "$LATEST_TAG" ]; then
176- LATEST_TAG="v1.5.5 -r0" # Default to v1.5.3-0 if no tag exists
176+ LATEST_TAG="v1.5.7 -r0" # Default to v1.5.3-0 if no tag exists
177177 fi
178178
179179 # Increment the suffix (e.g., v1.5.3-0 becomes v1.5.3-1)
You can’t perform that action at this time.
0 commit comments