Skip to content

Commit 1bc6fe6

Browse files
committedMar 29, 2024·
Update version numbers: 0.33.12
1 parent a7eb176 commit 1bc6fe6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed
 

‎internal/cli/build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import (
1717
// For distributed binaries, version is automatically baked
1818
// into the binary with goreleaser. If this doesn't get updated
1919
// on every release, it's often not that big a deal.
20-
const devVersion = "0.33.11"
20+
const devVersion = "0.33.12"
2121

2222
var commitSHA string
2323
var globalTiltInfo model.TiltBuild

‎scripts/install.ps1

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# Usage:
44
# iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.ps1')
55

6-
$version = "0.33.11"
6+
$version = "0.33.12"
77
$url = "https://github.com/tilt-dev/tilt/releases/download/v" + $version + "/tilt." + $version + ".windows.x86_64.zip"
88
$zip = "tilt-" + $version + ".zip"
99
$extractDir = "tilt-" + $version

‎scripts/install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
# When releasing Tilt, the releaser should update this version number
99
# AFTER they upload new binaries.
10-
VERSION="0.33.11"
10+
VERSION="0.33.12"
1111
BREW=$(command -v brew)
1212

1313
set -e

0 commit comments

Comments
 (0)
Please sign in to comment.