From 18035337d7e6f7fc8f955cde0c4372cc8a89be5b Mon Sep 17 00:00:00 2001 From: "Addisu Z. Taddese" Date: Wed, 9 Aug 2023 01:02:20 -0500 Subject: [PATCH] gz-launch7: fix version (#2322) Signed-off-by: Addisu Z. Taddese --- Formula/gz-launch7.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Formula/gz-launch7.rb b/Formula/gz-launch7.rb index 09efb3c74..ca66b0952 100644 --- a/Formula/gz-launch7.rb +++ b/Formula/gz-launch7.rb @@ -2,7 +2,7 @@ class GzLaunch7 < Formula desc "Launch libraries for robotics applications" homepage "https://github.com/gazebosim/gz-launch" url "https://github.com/gazebosim/gz-launch.git", branch: "main" - version "7.999.999~0~20221117" + version "6.999.999~0~20230728" license "Apache-2.0" head "https://github.com/gazebosim/gz-launch.git", branch: "main"