Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncomputer authored Mar 24, 2022
1 parent 4df29e6 commit b29cb5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vds-ide-noscale.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -4253,7 +4253,7 @@ function sysinfo($a) {
return $major.Trim()+'.'+$minor.Trim()+'.'+$build.Trim()+'.'+$revision.Trim()
}
dsver {
return '0.3.2.0'
return '0.3.2.2'
}
winboot {
$return = Get-CimInstance -ClassName win32_operatingsystem | fl lastbootuptime | Out-String
Expand Down

0 comments on commit b29cb5c

Please sign in to comment.