diff --git a/core/custom.py b/core/custom.py index 638cc6d..9a98755 100644 --- a/core/custom.py +++ b/core/custom.py @@ -4,7 +4,7 @@ @File : custom.py @Time : 2022/04/02 10:17:03 @Author : Viperorz -@Version : v1.1.8 +@Version : v1.2.0 @License : (C)Copyright 2021-2022 @Desc : None """ diff --git a/install.sh b/install.sh index 4d66071..6dba41b 100644 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ CONTAINER_NAME="sycgram" GITHUB_IMAGE_NAME="iwumingz/${CONTAINER_NAME}" GITHUB_IMAGE_PATH="ghcr.io/${GITHUB_IMAGE_NAME}" PROJECT_PATH="/opt/${CONTAINER_NAME}" -PROJECT_VERSION="v1.1.8" +PROJECT_VERSION="v1.2.0" red='\033[0;31m' green='\033[0;32m'