From 97847095d9f75d8deb5085e7fdc6916be6e7b5f3 Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Wed, 6 Nov 2024 21:56:39 -0600 Subject: [PATCH] Update xseed.sh --- xseed.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xseed.sh b/xseed.sh index d190c77..f740237 100755 --- a/xseed.sh +++ b/xseed.sh @@ -8,7 +8,7 @@ # Load environment variables from .env file if it exists # in the same directory as this bash script -VERSION='3.0.0' +VERSION='3.1.0' SCRIPT_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" ENV_PATH="$SCRIPT_DIR/.env"