File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import (
17
17
// For distributed binaries, version is automatically baked
18
18
// into the binary with goreleaser. If this doesn't get updated
19
19
// on every release, it's often not that big a deal.
20
- const devVersion = "0.33.14 "
20
+ const devVersion = "0.33.15 "
21
21
22
22
var commitSHA string
23
23
var globalTiltInfo model.TiltBuild
Original file line number Diff line number Diff line change 3
3
# Usage:
4
4
# iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.ps1')
5
5
6
- $version = " 0.33.14 "
6
+ $version = " 0.33.15 "
7
7
$url = " https://github.com/tilt-dev/tilt/releases/download/v" + $version + " /tilt." + $version + " .windows.x86_64.zip"
8
8
$zip = " tilt-" + $version + " .zip"
9
9
$extractDir = " tilt-" + $version
Original file line number Diff line number Diff line change 7
7
8
8
# When releasing Tilt, the releaser should update this version number
9
9
# AFTER they upload new binaries.
10
- VERSION=" 0.33.14 "
10
+ VERSION=" 0.33.15 "
11
11
BREW=$( command -v brew)
12
12
13
13
set -e
You can’t perform that action at this time.
0 commit comments