Skip to content

Commit 875858d

Browse files
Update server version
1 parent 43b8696 commit 875858d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/lib/src/runner.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ void initializeTest({Widget? app, Function? callback}) async {
3030
var appInfo = await PackageInfo.fromPlatform();
3131
// Need a better way to fetch this for automated release, this needs to be updated along with version bump
3232
// Can stay for now as it is not a breaking change
33-
var serverVersion = '0.0.10';
33+
var serverVersion = '0.0.11';
3434
FlutterDriver.instance
3535
.initialize(tester: tester, binding: binding, appInfo: appInfo, serverVersion: serverVersion);
3636
//await tester.pumpWidget(app);

0 commit comments

Comments
 (0)