Skip to content

Commit 6b822d3

Browse files
author
Tilt Dev
committed
Update version numbers: 0.37.0
1 parent 3b46fa9 commit 6b822d3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

internal/cli/build.go

Lines changed: 1 addition & 1 deletion
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.36.3"
20+
const devVersion = "0.37.0"
2121

2222
var commitSHA string
2323
var globalTiltInfo model.TiltBuild

scripts/install.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
& { #enclose in scope to avoid leaking variables when ran through iex
77
$ErrorActionPreference = 'Stop'
88
try {
9-
$version = "0.36.3"
9+
$version = "0.37.0"
1010
$url = "https://github.com/tilt-dev/tilt/releases/download/v" + $version + "/tilt." + $version + ".windows.x86_64.zip"
1111
$zip = "tilt-" + $version + ".zip"
1212
$extractDir = "tilt-" + $version

scripts/install.sh

Lines changed: 1 addition & 1 deletion
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.36.3"
10+
VERSION="0.37.0"
1111
BREW=$(command -v brew)
1212

1313
set -e

0 commit comments

Comments
 (0)