version constant

  1. @Deprecated('Use --version flag to get the current version')
String const version

The current version of the Clonify CLI tool. Note: This is now read dynamically from pubspec.yaml via the --version flag.

Implementation

@Deprecated('Use --version flag to get the current version')
static const String version = '0.3.0';