From 1998f82de113d43d09aaf7874f3bce98f7f27358 Mon Sep 17 00:00:00 2001 From: Kevin Galligan Date: Wed, 3 Jul 2024 01:26:36 +0000 Subject: [PATCH] Add version 0.7.22 Closes #49. Signed-off-by: Kevin Galligan --- Formula/gitportal.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/gitportal.rb b/Formula/gitportal.rb index 8622f835d1..15883f6a0c 100644 --- a/Formula/gitportal.rb +++ b/Formula/gitportal.rb @@ -2,8 +2,8 @@ class Gitportal < Formula desc "CLI Tool" homepage "https://github.com/touchlab/GitPortalCli" url "https://github.com/touchlab/GitPortalCli.git", - tag: "0.7.20", - revision: "202ffed58927d0498fdbecdb7d2b78eb4a6fa2c2" + tag: "0.7.22", + revision: "9bddbd7ed42bfc66b504e27cb723871b94e9189e" license "Apache-2.0" head "https://github.com/touchlab/GitPortalCli.git", branch: "main"