diff --git a/lib/src/cli_app.dart b/lib/src/cli_app.dart index 2ae4ffce..204e1d7d 100644 --- a/lib/src/cli_app.dart +++ b/lib/src/cli_app.dart @@ -19,7 +19,7 @@ import 'package:stagehand/stagehand.dart'; const String APP_NAME = 'stagehand'; // This version must be updated in tandem with the pubspec version. -const String APP_VERSION = '0.1.5+1' +const String APP_VERSION = '0.1.5+1'; const String APP_PUB_INFO = 'https://pub.dartlang.org/packages/stagehand.json';