diff --git a/.github/workflows/checkdocs.yml b/.github/workflows/checkdocs.yml
index 6335105..8e17da6 100644
--- a/.github/workflows/checkdocs.yml
+++ b/.github/workflows/checkdocs.yml
@@ -56,5 +56,6 @@ jobs:
         cd $GITHUB_WORKSPACE
         export PATH=$GITHUB_WORKSPACE:$PATH
         export OPENSCADPATH=$(basename $GITHUB_WORKSPACE)
+        echo "Using OPENSCADPATH=$OPENSCADPATH"
         ./scripts/make_all_docs.sh -i
 
diff --git a/version.scad b/version.scad
index 2172b67..da105d8 100644
--- a/version.scad
+++ b/version.scad
@@ -8,7 +8,7 @@
 //////////////////////////////////////////////////////////////////////
 
 
-BOSL_VERSION = [2,0,352];
+BOSL_VERSION = [2,0,353];
 
 
 // Section: BOSL Library Version Functions