From fa10608efd69940d5b8a59ae518c87d7e29a430f Mon Sep 17 00:00:00 2001 From: Artem Chystiakov Date: Wed, 18 Mar 2026 17:19:19 +0200 Subject: [PATCH] rollback version for convenience --- simplexup/simplexup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simplexup/simplexup b/simplexup/simplexup index 369701d..923c0ea 100755 --- a/simplexup/simplexup +++ b/simplexup/simplexup @@ -3,7 +3,7 @@ set -eo pipefail # NOTE: if you make modifications to this script, please increment the version number. # WARNING: the SemVer pattern: major.minor.patch must be followed as we use it to determine if the script is up to date. -SIMPLEXUP_INSTALLER_VERSION="0.0.2" +SIMPLEXUP_INSTALLER_VERSION="0.0.1" BASE_DIR=${XDG_CONFIG_HOME:-$HOME} SIMPLEX_DIR=${SIMPLEX_DIR:-"$BASE_DIR/.simplex"}