diff --git a/.dotfiles/tag-smu/modules/install.sh b/.dotfiles/tag-smu/modules/install.sh index 30605297a..6726d43db 100755 --- a/.dotfiles/tag-smu/modules/install.sh +++ b/.dotfiles/tag-smu/modules/install.sh @@ -5,7 +5,7 @@ readonly SMU_BLUEPRINT=${SMU_BLUEPRINT:-""} # the set-me-up version to download -readonly SMU_VERSION=${SMU_VERSION:-"master"} +readonly SMU_VERSION=${SMU_VERSION:-"1.0.0"} # where to install set-me-up SMU_HOME_DIR=${SMU_HOME_DIR:-"${HOME}/set-me-up"}