the.com/versioning
the art of admitting you'll be wrong again, on purpose, with a number attached.
means a system for tracking changes to something over time so you can always tell what changed and go back if it breaks.
from comes from software development, where early programmers needed a way to distinguish between 'the code that works' and 'the code that almost works' — v1.0 was the promise, v1.0.1 was the apology.
semver logicmajor.minor.patch means break.add.fix
v0 honestya project stuck at 0.x admits it's unfinished
skip patterncompanies jump numbers to seem more advanced
git originlinus torvalds built git to version linux itself