Skip to content

Commit

Permalink
a Version instance to a string instance
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed Apr 27, 2022
1 parent 91b094e commit 11fb21d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ghcman.psm1
Original file line number Diff line number Diff line change
Expand Up @@ -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]+)*'
Expand Down

0 comments on commit 11fb21d

Please sign in to comment.