From f497f8ff08460c8121ce4daa874ca110de4f36fb Mon Sep 17 00:00:00 2001 From: Andrew Aquino Date: Thu, 17 Sep 2026 09:45:29 -0700 Subject: [PATCH] chore: update mutagen version to v0.18.5 incorporates changes from https://github.com/coder/mutagen/pull/10 for DESK-13 step 4 of https://github.com/coder/mutagen/blob/main/RELEASING.md --- scripts/Get-Mutagen.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Get-Mutagen.ps1 b/scripts/Get-Mutagen.ps1 index 4de1143..2f64416 100644 --- a/scripts/Get-Mutagen.ps1 +++ b/scripts/Get-Mutagen.ps1 @@ -33,7 +33,7 @@ $goArch = switch ($arch) { # Download the mutagen binary from our bucket for this platform if we don't have # it yet (or it's different). -$mutagenVersion = "v0.18.3" +$mutagenVersion = "v0.18.5" $mutagenPath = Join-Path $PSScriptRoot "files\mutagen-windows-$($arch).exe" $mutagenUrl = "https://storage.googleapis.com/coder-desktop/mutagen/$($mutagenVersion)/mutagen-windows-$($goArch).exe" $mutagenEtagFile = $mutagenPath + ".etag"