- Apr 25, 2022
- 2,278
- 7,875
Just to add to this a bit, In a nutshell I think standard versioning is A.B.C whereYou should read into how software versioning works. Simply put, 1.0.0 could come immediately after 0.0.2, for example, if that's all the content a developer intended to include. 1.0.0 usually just means, it's complete.
A = Major
B = Minor
C = Patches
There are more specific criteria for each, but that's the broad view of it as I understand it.