Skip to content

Commit

Permalink
No commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
brandoncomputer committed Apr 18, 2022
1 parent ff05d12 commit 92e1004
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified vds.psd1
Binary file not shown.
2 changes: 1 addition & 1 deletion vds.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -4949,7 +4949,7 @@ function sysinfo($a) {
return $major.Trim()+'.'+$minor.Trim()+'.'+$build.Trim()+'.'+$revision.Trim()
}
dsver {
return '0.3.3.6'
return '0.3.3.7'
}
winboot {
$return = Get-CimInstance -ClassName win32_operatingsystem | fl lastbootuptime | Out-String
Expand Down

0 comments on commit 92e1004

Please sign in to comment.