Skip to content
This repository was archived by the owner on May 31, 2021. It is now read-only.

Commit 76b590b

Browse files
authored
Update APP_VERSION (#384)
1 parent 81a19aa commit 76b590b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/cli_app.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import 'package:usage/usage_io.dart';
1717
const String APP_NAME = 'stagehand';
1818

1919
// This version must be updated in tandem with the pubspec version.
20-
const String APP_VERSION = '1.0.24';
20+
const String APP_VERSION = '1.1';
2121

2222
const String APP_PUB_INFO =
2323
'https://pub.dartlang.org/packages/${APP_NAME}.json';

0 commit comments

Comments
 (0)