Skip to content

Commit

Permalink
Update server version
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed Jun 25, 2024
1 parent 43b8696 commit 875858d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/lib/src/runner.dart
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ void initializeTest({Widget? app, Function? callback}) async {
var appInfo = await PackageInfo.fromPlatform();
// Need a better way to fetch this for automated release, this needs to be updated along with version bump
// Can stay for now as it is not a breaking change
var serverVersion = '0.0.10';
var serverVersion = '0.0.11';
FlutterDriver.instance
.initialize(tester: tester, binding: binding, appInfo: appInfo, serverVersion: serverVersion);
//await tester.pumpWidget(app);
Expand Down

0 comments on commit 875858d

Please sign in to comment.