@xrok1 said:
seems like your going backwards 1.9 to 1.1 ????? the trailing 0 has no value so you might need to rethink your revision numbering ๐ณ 1.09 to 1.1 might be more appropriate. ๐
one would expect ver 1.95 or 2.0 to be next ๐
No, the trailing zero has a significance - he's going from 9 to 10 (nine to ten).
And application version numbering isn't like normal decimal numbers, the numbers before and after the period is independent.
I for instance use versions like 1.4.2 (Major.Minor.Revision)
Major number increases in major application changes - like rewrites etc or when there's major compatibility changes.
Minor is often increased for new feature additions.
Revision is often just bug fixes.
There are different practices and norms though.