From 5cdedfa8458254ea1f9f959fc719577e90bbc1b3 Mon Sep 17 00:00:00 2001 From: Mario Zechner Date: Tue, 19 Mar 2024 22:06:11 +0100 Subject: [PATCH] [godot] Update setup.sh doc string with latest stable version. --- spine-godot/build/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spine-godot/build/setup.sh b/spine-godot/build/setup.sh index f5e5542c0..7a847f5dd 100755 --- a/spine-godot/build/setup.sh +++ b/spine-godot/build/setup.sh @@ -8,7 +8,7 @@ if [ $# -lt 2 ] || [ $# -gt 4 ]; then echo "Usage: ./setup.sh ? ?" echo echo "e.g.:" - echo " ./setup.sh 4.1.3-stable true" + echo " ./setup.sh 4.2.1-stable true" echo " ./setup.sh master false true" echo " ./setup.sh master false false https://github.com/my-github-username/godot.git" echo