1
0
mirror of https://github.com/jumpserver/jumpserver.git synced 2025-05-06 23:26:50 +00:00

feat: Update v3.10.7

This commit is contained in:
fit2bot 2024-03-26 11:42:08 +08:00
parent c49c394b5b
commit 4f34ce5edb
3 changed files with 3 additions and 2 deletions

1
GITSHA Normal file
View File

@ -0,0 +1 @@
c49c394b5bb011373202b31aef3f29b53a25e10d

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__)))
PROJECT_DIR = os.path.dirname(BASE_DIR)
VERSION = '2.0.0'
VERSION = 'v3.10.7'
CONFIG = ConfigManager.load_user_config()

View File

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