From f7942718e2ed699841d21ed1665272c410d81540 Mon Sep 17 00:00:00 2001 From: Tilt Dev Date: Fri, 15 Dec 2023 23:12:54 +0000 Subject: [PATCH] Update version numbers: 0.33.10 --- 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 e19ea9b106..a19665e06e 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.9" +const devVersion = "0.33.10" var commitSHA string var globalTiltInfo model.TiltBuild diff --git a/scripts/install.ps1 b/scripts/install.ps1 index 66620d98fa..005269ddf4 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.9" +$version = "0.33.10" $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 77311a5e6f..6824d29d8d 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.9" +VERSION="0.33.10" BREW=$(command -v brew) set -e