From 406b65155b9eb2cf28c72e80d2517f9dce261c91 Mon Sep 17 00:00:00 2001 From: probonopd Date: Tue, 18 Mar 2025 21:32:30 +0100 Subject: [PATCH] git checkout tags/Step49 --- submod.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submod.sh b/submod.sh index 78531dc..ab9ed7d 100755 --- a/submod.sh +++ b/submod.sh @@ -6,7 +6,7 @@ git submodule update --init --recursive # # Use fixed master branch of circle-stdlib then re-update cd circle-stdlib/ -git checkout 3bd135d +git checkout tags/Step49 git submodule update --init --recursive cd - #