Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
programs: fix regex to match multi-digit major version
In a3679a6 (programs: favor version numbers with dots, 2025-01-03) we have changed the regex used to extract version numbers to favor dotted versions. It was reported though that the regex doesn't match major version numbers that start with multiple digits correctly. Fix this. Signed-off-by: Patrick Steinhardt <[email protected]>
- Loading branch information