Update version number

This commit is contained in:
bt.cn
2021-11-23 11:09:11 +08:00
parent 8d598e62f9
commit 23c519dc1b
+1 -1
View File
@@ -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')