future-proofed version-checking regex in /bin/install #6

Open
jaschop wants to merge 1 commits from jaschop/after-dark:trunk into trunk

outdated regex rejected versions >= v0.100

replaced with a new regex that accepts all future versions, provided pattern remains identical

outdated regex rejected versions >= v0.100 replaced with a new regex that accepts all future versions, provided pattern remains identical
jaschop added 1 commit 2023-01-02 19:12:04 +00:00
5ae220e194 future-proofed version-checking regex in /bin/install
outdated regex rejected versions >= v0.100

replaced with a new regex that accepts all future versions, provided pattern remains identical

worth noting perhaps, that v0.100 came out in May 2022

worth noting perhaps, that v0.100 came out in May 2022
This pull request can be merged automatically.
You are not authorized to merge this pull request.
You can also view command line instructions.

Step 1:

From your project repository, check out a new branch and test the changes.
git checkout -b jaschop-trunk trunk
git pull trunk

Step 2:

Merge the changes and update on Forgejo.
git checkout trunk
git merge --no-ff jaschop-trunk
git push origin trunk
Sign in to join this conversation.
There is no content yet.