Understanding version numbers
The SQLOrm version number consists of three numbers
Generation . Major version . Minor version
Thus v1.0.01 Means generation 1, version 0, minor version 01.
As the generation counter only changes on complete rewrite of the framework (or something close to this), v1.0.01 essentially translates down to v0.01 which is a pretty low number ;-)