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 -
 #