From f394534247df6fd4959db48ce95cab36fb486396 Mon Sep 17 00:00:00 2001 From: Tilt Dev Date: Fri, 6 Jan 2023 20:18:46 +0000 Subject: [PATCH] tilt 0.31.0 Closes #119956. Signed-off-by: Patrick Linnane Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> --- Formula/tilt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/tilt.rb b/Formula/tilt.rb index b1e7e0221df..abb2724ce27 100644 --- a/Formula/tilt.rb +++ b/Formula/tilt.rb @@ -2,8 +2,8 @@ class Tilt < Formula desc "Define your dev environment as code. For microservice apps on Kubernetes" homepage "https://tilt.dev/" url "https://github.com/tilt-dev/tilt.git", - tag: "v0.30.13", - revision: "c4513e8b69a8b64970ee954235f4e3d1ddaee605" + tag: "v0.31.0", + revision: "f53e57313538a39ffb0c6e9dbd0b33cfc6cef590" license "Apache-2.0" head "https://github.com/tilt-dev/tilt.git", branch: "master"