Hacker News new | ask | show | jobs
by ryah 5075 days ago
Node follows a even/odd version scheme where even releases are stable and odd releases are unstable. v0.9.0 is just the first release of the unstable v0.9 series.

The versioning scheme is unfortunate because it confuses people. After Node 1.0 we'll switch a less confusing version system.

1 comments

Is it not standard semver? What will node switch to?
isaac likes semver - so probably that