Skip to content

Commit c871b39

Browse files
authored
Merge pull request #66 from microsoft/dev
host_setup - advnaced HOBL UI ptr to version 1.0.
2 parents 4acaa1d + 2712495 commit c871b39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup_src/src_host/host_setup.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ param(
88
)
99

1010
# HOBL UI and Dut Setup versions
11-
$hobl_ui_version = "0.96"
11+
$hobl_ui_version = "1.0"
1212
# Set $dut_setup_version to value at top of setup_src\src_dut_win\dut_setup.cmd
1313
$dut_setup_cmd = "$PSScriptRoot\..\src_dut_win\dut_setup.cmd"
1414
if (Test-Path $dut_setup_cmd) {

0 commit comments

Comments
 (0)