Skip to content

Commit 3065bc0

Browse files
committed
NovaWindows driver preview version bump
1 parent d772e21 commit 3065bc0

File tree

1 file changed

+1
-1
lines changed
  • src/Bellatrix.Desktop/infrastructure

1 file changed

+1
-1
lines changed

src/Bellatrix.Desktop/infrastructure/App.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ public static void StartAppiumServer()
9898
throw new ArgumentException("Appium version 3.1.0 or higher is required. Please update Appium by running: npm install -g appium@latest");
9999
}
100100

101-
const string latestVersion = "1.2.0-preview.1";
101+
const string latestVersion = "1.2.0-preview.2";
102102

103103
process = new Process
104104
{

0 commit comments

Comments
 (0)