Skip to content

Commit 26ee601

Browse files
authored
bump agent version to v3.94.0
Bump agent version to v3.94.0
1 parent f15a7ce commit 26ee601

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packer/windows/scripts/install-buildkite-agent.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Stop script execution when a non-terminating error occurs
22
$ErrorActionPreference = "Stop"
33

4-
$AGENT_VERSION = "3.93.1"
4+
$AGENT_VERSION = "3.94.0"
55

66
Write-Output "Creating bin dir..."
77
New-Item -ItemType directory -Path C:\buildkite-agent\bin

0 commit comments

Comments
 (0)