Module: Version
- Defined in:
- app/support/version.rb
Overview
Although this strictly relates to SMRT Link it makes sense to leave it as generic Due to the way we are using it. Always possible to specialise later
Defined Under Namespace
Classes: Error
Constant Summary collapse
- FORMAT =
I have gone for the simple option. We could go full semver but that would be complicated and unnecessary using a full stop would break method naming so I have gone for underscore having the format here gives us the advantage of modifying easily.
/v\d[a-z0-9_]*\z/