From 23c519dc1b31c5743fcdc71f07674d9c717b10a2 Mon Sep 17 00:00:00 2001 From: "bt.cn" <31841517+aaPanel@users.noreply.github.com> Date: Tue, 23 Nov 2021 11:09:11 +0800 Subject: [PATCH] Update version number --- class/common.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/class/common.py b/class/common.py index a8a68ff0..5742cfc2 100644 --- a/class/common.py +++ b/class/common.py @@ -26,7 +26,7 @@ class panelSetup: ua = g.ua.lower() if ua.find('spider') != -1 or g.ua.find('bot') != -1: return redirect('https://www.google.com') - g.version = '6.8.16' + g.version = '6.8.17' g.title = public.GetConfigValue('title') g.uri = request.path g.debug = os.path.exists('data/debug.pl')