From e377b748cd827a726949efc967044546c8e3625b Mon Sep 17 00:00:00 2001 From: Ota Mares Date: Tue, 22 May 2018 00:35:24 +0200 Subject: [PATCH] Use version 1.0.0 --- .dotfiles/tag-smu/modules/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"}