From d424b7227017a6dfe039e9d829f6206ff48e5141 Mon Sep 17 00:00:00 2001 From: Sungguk Lim Date: Wed, 17 Dec 2014 18:41:37 -0500 Subject: [PATCH] nit --- lib/src/cli_app.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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';