nitrogenVersion top-level constant

String const nitrogenVersion

The hardcoded baseline version. In a true "automatic" setup, this could be updated by a build script, but here we use it as a fallback if pubspec detection fails.

Implementation

const String nitrogenVersion = '0.2.0';