From ea06944f7d8296dc3a74fb1992d474d037be2a4c Mon Sep 17 00:00:00 2001 From: Tilt Dev Date: Fri, 8 Nov 2024 20:57:48 +0000 Subject: [PATCH] Update version numbers: 0.33.21 --- internal/cli/build.go | 2 +- scripts/install.ps1 | 2 +- scripts/install.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/internal/cli/build.go b/internal/cli/build.go index 715df5c99d..c3b85eeb48 100644 --- a/internal/cli/build.go +++ b/internal/cli/build.go @@ -17,7 +17,7 @@ import ( // For distributed binaries, version is automatically baked // into the binary with goreleaser. If this doesn't get updated // on every release, it's often not that big a deal. -const devVersion = "0.33.20" +const devVersion = "0.33.21" var commitSHA string var globalTiltInfo model.TiltBuild diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 1c29407b81..f08b19b45e 100644 --- a/scripts/install.ps1 +++ b/scripts/install.ps1 @@ -3,7 +3,7 @@ # Usage: # iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.ps1') -$version = "0.33.20" +$version = "0.33.21" $url = "https://github.com/tilt-dev/tilt/releases/download/v" + $version + "/tilt." + $version + ".windows.x86_64.zip" $zip = "tilt-" + $version + ".zip" $extractDir = "tilt-" + $version diff --git a/scripts/install.sh b/scripts/install.sh index 92bf2d7e67..3bc673ebc1 100755 --- a/scripts/install.sh +++ b/scripts/install.sh @@ -7,7 +7,7 @@ # When releasing Tilt, the releaser should update this version number # AFTER they upload new binaries. -VERSION="0.33.20" +VERSION="0.33.21" BREW=$(command -v brew) set -e