From 027f65ed067ba9fd2b5ecb321aa90a99bf55073f Mon Sep 17 00:00:00 2001 From: HowieHz Date: Sun, 1 Dec 2024 07:02:48 +0800 Subject: [PATCH] release: v0.1.0 --- src/utils/constant.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/constant.py b/src/utils/constant.py index af37b14..500dc1a 100644 --- a/src/utils/constant.py +++ b/src/utils/constant.py @@ -1,4 +1,4 @@ -VERSION = "v0.0.1" +VERSION = "v0.1.0" DESCRIPTION = f"域名批量检查工具 {VERSION}" CLI_HELP_MESSAGE = "显示此帮助信息并退出程序"