Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nodew committed Feb 12, 2024
1 parent 5e23a8f commit d47c3e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/extract_version.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ if ($matchResult.Success) {
$version = $match.Value
Write-Output $version
} else {
Write-Error "Not match"
Write-Error "Not match"
}

0 comments on commit d47c3e2

Please sign in to comment.