Bump version to 2.0.1

This commit is contained in:
2024-09-20 23:25:25 -07:00
parent c9ae8d26f3
commit fb2163ba34
7 changed files with 8 additions and 8 deletions

View File

@@ -5,7 +5,7 @@ set -e
trap 'exit 1' SIGINT
# Constants
VERSION='2.0.0'
VERSION='2.0.1'
RED=$'\e[1;31m'
GREEN=$'\e[1;32m'
BLUE=$'\e[1;34m'