Bump version numbers in dev scripts

This commit is contained in:
Dion Moult
2025-04-01 14:21:34 +11:00
parent b6115a6d71
commit 16f09655b8
2 changed files with 3 additions and 3 deletions
@@ -1,6 +1,6 @@
# Please update REPO_PATH and BLENDER_PATH in the script below.
# Default BLENDER_PATH on Mac: "/Users/$USER/Library/Application Support/Blender/4.3"
# Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.3"
# Default BLENDER_PATH on Mac: "/Users/$USER/Library/Application Support/Blender/4.4"
# Default BLENDER_PATH on Linux: "$HOME/.config/blender/4.4"
# REPO_PATH="/path/to/where/your/git/repository/is/cloned/IfcOpenShell"
set -e
REPO_PATH=""