What changed, and why it matters
This commit only changes a single internal version number from 0.20.0 to 0.20.99 to mark that the master development branch is ahead of the latest released version. It does not change any network, wallet, or cryptographic behavior and has no security relevance.
No action required; this is a benign build metadata change.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The patch updates the AppPatch constant in build/version.go from 00 to 99. This is a routine post-release version bump indicating the master branch is a superset of the v0.20.x release series. No functional code paths are modified.
Changed components
build/version.goInspect captured patch +1 / −1
diff --git a/build/version.go b/build/version.go
index 04b5af7..6cc379e 100644
--- a/build/version.go
+++ b/build/version.go
@@ -47,7 +47,7 @@ const (
AppMinor uint = 20
// AppPatch defines the application patch for this binary.
- AppPatch uint = 00
+ AppPatch uint = 99
// AppPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
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.