hotfix for alpha.15 (#2838)

* hotfix for alpha.15

* sdk version bump
This commit is contained in:
Aiden McClelland
2025-02-24 13:08:02 -07:00
committed by GitHub
parent 80461a78b0
commit f55af7da4c
6 changed files with 50 additions and 36 deletions

View File

@@ -46,7 +46,7 @@ ExtendedVersion
}
EmVer
= major:Digit "." minor:Digit "." patch:Digit ("." revision:Digit)? {
= major:Digit "." minor:Digit "." patch:Digit revision:( "." revision:Digit { return revision } )? {
return {
flavor: null,
upstream: {