From 2dc3faaf03bb37a5f36bd44f209468b709d2ce1d Mon Sep 17 00:00:00 2001 From: Pyhtagodzilla <1670671958@qq.com> Date: Fri, 25 Jul 2025 22:36:11 +0800 Subject: [PATCH] some little changes --- src/plugins/get_file/get_file.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/get_file/get_file.py b/src/plugins/get_file/get_file.py index 0cb6e78..a7cb786 100644 --- a/src/plugins/get_file/get_file.py +++ b/src/plugins/get_file/get_file.py @@ -12,7 +12,7 @@ _log = get_log() class GetFile(BasePlugin): name = "GetFile" - version = "0.0.1 beta" + version = "0.0.1" author = "pythagodzilla" info = "A plugin to get images and videos"