Skip to content

Version Numbers

Device firmware version numbers follow this format: {major}.{minor}.{patch}

Beta versions will have an additional number beta that must be greater than 0. The beta version number is written like this: {major}.{minor}.{patch}-beta.{beta}.

Major release

When major is increased, the release contains relatively major changes. There might also be breaking changes. Read the changelog entry carefully before deploying.

Minor release

When minor is increased, this means there are new features and/or minor non-breaking changes. A minor release is safe to roll out. Examine the changelog to take advantage of new features and improvements.

Patch release

When patch is increased, the release contains bugfixes and/or improvements. A patch release can safely be rolled out.