Compare commits

...

1 Commits

Author SHA1 Message Date
fit2bot
9a6e7be4c4 feat: Update v3.10.19 2025-08-27 18:31:43 +08:00
3 changed files with 3 additions and 2 deletions

1
GITSHA Normal file
View File

@@ -0,0 +1 @@
a6b5437f6a42fd8265ee188732d7abc8d829db06

View File

@@ -8,7 +8,7 @@ __all__ = ['BASE_DIR', 'PROJECT_DIR', 'VERSION', 'CONFIG']
BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
PROJECT_DIR = os.path.dirname(BASE_DIR) PROJECT_DIR = os.path.dirname(BASE_DIR)
VERSION = '2.0.0' VERSION = 'v3.10.19'
CONFIG = ConfigManager.load_user_config() CONFIG = ConfigManager.load_user_config()

View File

@@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "jumpserver" name = "jumpserver"
version = "v3.9" version = "v3.10.19"
description = "广受欢迎的开源堡垒机" description = "广受欢迎的开源堡垒机"
authors = ["ibuler <ibuler@qq.com>"] authors = ["ibuler <ibuler@qq.com>"]
license = "GPLv3" license = "GPLv3"