Comment on What's the "best" way to version your product?Comments−raw_anon_11119moFor public consumption - year.version.For libraries and even the internal version number of a public product like an OS release where developers still want to say.if os.version > x:standard semantic versioning.
Comments
For public consumption - year.version.
For libraries and even the internal version number of a public product like an OS release where developers still want to say.
if os.version > x:
standard semantic versioning.