Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

Commit 31e6ada

Browse files
author
Roman
committed
fix verstring
1 parent 04ef6dd commit 31e6ada

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/GeneralFunctions.psm1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# General functions
22

3-
$version = "1.0.0-Release Canidate 3"
3+
$version = "1.0.1"
44
$build = (Get-CimInstance Win32_OperatingSystem).version
55
$winver = (Get-WmiObject -class Win32_OperatingSystem).Caption
66
$chocoinstalled = Get-Command -Name choco.exe -ErrorAction SilentlyContinue

0 commit comments

Comments
 (0)