Skip to content

Commit

Permalink
tilt: 0.15.1 (#3506)
Browse files Browse the repository at this point in the history
  • Loading branch information
landism committed Jun 24, 2020
1 parent ee10a50 commit cc0d40e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion internal/cli/build.go
Expand Up @@ -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.15.0"
const devVersion = "0.15.1"

var commitSHA string
var globalTiltInfo model.TiltBuild
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.ps1
Expand Up @@ -3,7 +3,7 @@
# Usage:
# iex ((new-object net.webclient).DownloadString('https://raw.githubusercontent.com/tilt-dev/tilt/master/scripts/install.ps1')

$version = "0.15.0"
$version = "0.15.1"
$url = "https://github.com/tilt-dev/tilt/releases/download/v" + $version + "/tilt." + $version + ".windows.x86_64.zip"
$zip = "tilt-" + $version + ".zip"
$extractDir = "tilt-" + $version
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Expand Up @@ -7,7 +7,7 @@

# When releasing Tilt, the releaser should update this version number
# AFTER they upload new binaries.
VERSION="0.15.0"
VERSION="0.15.1"
BREW=$(command -v brew)

set -e
Expand Down

0 comments on commit cc0d40e

Please sign in to comment.