I don't think consistently adding new and refined assets is Vren's priority considering the game is at version 0.35.1 lol
Looks to me like semantic versioning, and you should not confuse version with progress.
Commercial projects start their major version at 1. (which is the same as "1.0.0" or "1.00000000000")
Open Source projects tend to start their major version at 0.
The 10th minor update of a major version makes it an 1.10.
A version string of "0.99" for example does GENERALLY not mean that the next version will be the final version.
UNLESS your versioning is done by an idiot or marketing guy.
So, "0.35.1" just tells you:
0: its is the initial, major version.
35: its the 35th minor version that should not brake any contracts made in the current major version.
1: its the first hotfix of that 35th update.