From 957158bf1cb097917c6dbd069b35953775126cde Mon Sep 17 00:00:00 2001 From: markkrj Date: Thu, 8 Jul 2021 18:51:36 +0800 Subject: [PATCH] Fix tea-head.rb version: point it to master (#139) Fix tea-head.rb version: point it to master Co-authored-by: Marcos de Oliveira Reviewed-on: https://gitea.com/gitea/homebrew-gitea/pulls/139 Reviewed-by: techknowlogick Reviewed-by: Norwin Co-authored-by: markkrj Co-committed-by: markkrj --- tea-head.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tea-head.rb b/tea-head.rb index f96a319..195172b 100644 --- a/tea-head.rb +++ b/tea-head.rb @@ -1,7 +1,7 @@ class TeaHead < Formula desc "A command line tool to interact with Gitea servers" homepage "https://gitea.com/gitea/tea" - version "0.7.0" + version "master" os = OS.mac? ? "darwin" : "linux" arch = case Hardware::CPU.arch