This repository has been archived by the owner on Feb 22, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixing edge case for patch version of 0 (#3063)
When the array splitting happen there are cases where the patch (maj.min.patch) is 0. Using ++ to increment that 0 causes a return code of 1. Using +=1 instead increments the value but has a return code of 0.
- Loading branch information