Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
gazzamc committed Sep 24, 2024
1 parent 50690cd commit b6dd7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/functions.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $progsToInstall = New-Object System.Collections.Generic.List[System.Object]
$dateNow = $((Get-Date).ToString('yyyy.MM.dd_hh.mm.ss'))
$logfileName = "logfile_$dateNow.log"
$powershellVersion = $host.Version.Major
$version = "1.5.19"
$version = "1.5.20"

# Paths
$logFolderPath = Join-Path $rootPath 'logs'
Expand Down

0 comments on commit b6dd7af

Please sign in to comment.