diff --git a/ghcman.psm1 b/ghcman.psm1 index 9bd95cb..88ea7ea 100644 --- a/ghcman.psm1 +++ b/ghcman.psm1 @@ -4,7 +4,7 @@ Set-StrictMode -Version Latest # Constant -Set-Variable ghcmanVersion -Option Constant -Value [Version]"4.8" +Set-Variable ghcmanVersion -Option Constant -Value "4.8" Set-Variable systemGlobalDataPath -Option Constant -Value "$Env:ProgramData\ghcman" Set-Variable userGlobalDataPath -Option Constant -Value "$Env:APPDATA\ghcman" Set-Variable versionPattern -Option Constant -Value '[0-9]+(\.[0-9]+)*'