What changed, and why it matters
This commit only changes a single version string from 'beta.rc3' to 'beta.rc4' in the LND software. It is a routine release-candidate version bump with no functional code changes and no security relevance.
No security action required. Treat as a normal release-management commit.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies build/version.go, updating the AppPreRelease constant from ‘beta.rc3’ to ‘beta.rc4’. There are no logic, protocol, cryptographic, or configuration changes. This is purely a metadata change for release tagging.
Changed components
build/version.goInspect captured patch +1 / −1
diff --git a/build/version.go b/build/version.go
index 7c097ba..9cfd896 100644
--- a/build/version.go
+++ b/build/version.go
@@ -51,7 +51,7 @@ const (
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
- AppPreRelease = "beta.rc3"
+ AppPreRelease = "beta.rc4"
)
func init() {
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.