Skip to content

Commit 1f04298

Browse files
committed
Update version numbers: 0.33.18
1 parent 80d4134 commit 1f04298

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.17"
20+
const devVersion = "0.33.18"
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.17"
6+
$version = "0.33.18"
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.17"
10+
VERSION="0.33.18"
1111
BREW=$(command -v brew)
1212

1313
set -e

0 commit comments

Comments
 (0)