Skip to content

Commit 92e1004

Browse files
1 parent ff05d12 commit 92e1004

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

vds.psd1

0 Bytes
Binary file not shown.

vds.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4949,7 +4949,7 @@ function sysinfo($a) {
49494949
return $major.Trim()+'.'+$minor.Trim()+'.'+$build.Trim()+'.'+$revision.Trim()
49504950
}
49514951
dsver {
4952-
return '0.3.3.6'
4952+
return '0.3.3.7'
49534953
}
49544954
winboot {
49554955
$return = Get-CimInstance -ClassName win32_operatingsystem | fl lastbootuptime | Out-String

0 commit comments

Comments
 (0)