Skip to content

Commit 8be8a61

Browse files
committed
Fix bump-version.ps1 shebang for pwsh compatibility
1 parent fadb518 commit 8be8a61

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/bump-version.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
#!/usr/bin/env pwsh
12
# Script to bump version numbers for HudClock
23
param(
34
[Parameter(Mandatory=$true)]
@@ -107,4 +108,4 @@ if (-not $Push) {
107108
Write-Host @"
108109
- Monitor CI/CD: https://github.com/lionfire/hudclock/actions
109110
- View releases: https://github.com/lionfire/hudclock/releases
110-
"@ -ForegroundColor Yellow
111+
"@ -ForegroundColor Yellow

0 commit comments

Comments
 (0)